diff --git a/.sops.yaml b/.sops.yaml index 93936874..38a4c9e8 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -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 diff --git a/home/modules/userd/sops/default.nix b/home/modules/userd/sops/default.nix index 0ab5c940..ef2aeb06 100644 --- a/home/modules/userd/sops/default.nix +++ b/home/modules/userd/sops/default.nix @@ -59,7 +59,7 @@ in { secrets = { ssh_user = { format = "yaml"; - sopsFile = "${self}/secrets/toothpick-secrets.yaml"; + # sopsFile = "${self}/secrets/toothpick-secrets.yaml"; }; }; }) diff --git a/secrets/toothpc-secrets.yaml b/secrets/toothpc-secrets.yamlbak similarity index 100% rename from secrets/toothpc-secrets.yaml rename to secrets/toothpc-secrets.yamlbak diff --git a/secrets/toothpick-secrets.yaml b/secrets/toothpick-secrets.yamlbak similarity index 100% rename from secrets/toothpick-secrets.yaml rename to secrets/toothpick-secrets.yamlbak diff --git a/system/modules/sysd/sops/default.nix b/system/modules/sysd/sops/default.nix index b4996fc3..38671c92 100644 --- a/system/modules/sysd/sops/default.nix +++ b/system/modules/sysd/sops/default.nix @@ -54,7 +54,7 @@ in { secrets = { ssh_host = { format = "yaml"; - sopsFile = "${self}/secrets/toothpc-secrets.yaml"; + # sopsFile = "${self}/secrets/toothpc-secrets.yaml"; }; }; })