more sops changes

This commit is contained in:
cnst
2024-08-25 20:36:54 +02:00
parent d8c87b5660
commit ff447806ea
5 changed files with 12 additions and 12 deletions

View File

@@ -28,13 +28,13 @@ creation_rules:
- age:
- *adam
- *adampad
- path_regex: secrets/toothpc-secrets.(yaml|json|env|ini)$
key_groups:
- age:
- *toothpick
- *toothpc
- path_regex: secrets/toothpick-secrets.(yaml|json|env|ini)$
key_groups:
- age:
- *toothpick
- *toothpc
# - path_regex: secrets/toothpc-secrets.(yaml|json|env|ini)$
# key_groups:
# - age:
# - *toothpick
# - *toothpc
# - path_regex: secrets/toothpick-secrets.(yaml|json|env|ini)$
# key_groups:
# - age:
# - *toothpick
# - *toothpc

View File

@@ -59,7 +59,7 @@ in {
secrets = {
ssh_user = {
format = "yaml";
sopsFile = "${self}/secrets/toothpick-secrets.yaml";
# sopsFile = "${self}/secrets/toothpick-secrets.yaml";
};
};
})

View File

@@ -54,7 +54,7 @@ in {
secrets = {
ssh_host = {
format = "yaml";
sopsFile = "${self}/secrets/toothpc-secrets.yaml";
# sopsFile = "${self}/secrets/toothpc-secrets.yaml";
};
};
})