more sops changes
This commit is contained in:
20
.sops.yaml
20
.sops.yaml
@@ -28,13 +28,13 @@ creation_rules:
|
|||||||
- age:
|
- age:
|
||||||
- *adam
|
- *adam
|
||||||
- *adampad
|
- *adampad
|
||||||
- path_regex: secrets/toothpc-secrets.(yaml|json|env|ini)$
|
# - path_regex: secrets/toothpc-secrets.(yaml|json|env|ini)$
|
||||||
key_groups:
|
# key_groups:
|
||||||
- age:
|
# - age:
|
||||||
- *toothpick
|
# - *toothpick
|
||||||
- *toothpc
|
# - *toothpc
|
||||||
- path_regex: secrets/toothpick-secrets.(yaml|json|env|ini)$
|
# - path_regex: secrets/toothpick-secrets.(yaml|json|env|ini)$
|
||||||
key_groups:
|
# key_groups:
|
||||||
- age:
|
# - age:
|
||||||
- *toothpick
|
# - *toothpick
|
||||||
- *toothpc
|
# - *toothpc
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ in {
|
|||||||
secrets = {
|
secrets = {
|
||||||
ssh_user = {
|
ssh_user = {
|
||||||
format = "yaml";
|
format = "yaml";
|
||||||
sopsFile = "${self}/secrets/toothpick-secrets.yaml";
|
# sopsFile = "${self}/secrets/toothpick-secrets.yaml";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ in {
|
|||||||
secrets = {
|
secrets = {
|
||||||
ssh_host = {
|
ssh_host = {
|
||||||
format = "yaml";
|
format = "yaml";
|
||||||
sopsFile = "${self}/secrets/toothpc-secrets.yaml";
|
# sopsFile = "${self}/secrets/toothpc-secrets.yaml";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user