diff options
| author | andromeda <andromeda@lenovo> | 2026-01-05 15:06:44 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-05 15:07:41 +0100 |
| commit | 0a7e0c699e2f4fa07fb6dde0080da4eb3ac8f746 (patch) | |
| tree | b6c8344a7f2e288e4197fbecc1edcc47019c9b59 /machines | |
| parent | 0e9398212541480361c7c4da98728f00b033d35e (diff) | |
| parent | 2114c6c347d4b45e7419c2827311baf68230767e (diff) | |
merge secrets from development
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/109-199-104-83/configuration.nix | 2 | ||||
| -rw-r--r-- | machines/lenovo/configuration.nix | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/machines/109-199-104-83/configuration.nix b/machines/109-199-104-83/configuration.nix index 6aa4b4e..a7371c2 100644 --- a/machines/109-199-104-83/configuration.nix +++ b/machines/109-199-104-83/configuration.nix @@ -40,7 +40,7 @@ x509.useACMEHost = config.mailserver.fqdn; loginAccounts = { "test@${config.networking.domain}" = { - hashedPasswordFile = builtins.toString config.age.secrets.secret3.path; + hashedPasswordFile = builtins.toString config.age.secrets.mailserver-acc-test-pw.path; }; }; }; diff --git a/machines/lenovo/configuration.nix b/machines/lenovo/configuration.nix index adf0814..152d136 100644 --- a/machines/lenovo/configuration.nix +++ b/machines/lenovo/configuration.nix @@ -9,10 +9,6 @@ ./impermanence.nix (modulesPath + "/installer/scan/not-detected.nix") ]; - age.secrets = { - secret0.file = ../../secrets/secret0.age; - secret1.file = ../../secrets/secret1.age; - }; boot.loader = { efi.canTouchEfiVariables = true; systemd-boot.enable = true; |
