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: - 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

View File

@@ -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";
}; };
}; };
}) })

View File

@@ -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";
}; };
}; };
}) })