From 2114c6c347d4b45e7419c2827311baf68230767e Mon Sep 17 00:00:00 2001 From: andromeda Date: Mon, 5 Jan 2026 14:35:42 +0100 Subject: rename secrets --- machines/109-199-104-83/configuration.nix | 2 +- machines/lenovo/configuration.nix | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'machines') diff --git a/machines/109-199-104-83/configuration.nix b/machines/109-199-104-83/configuration.nix index 2699370..c9785cd 100644 --- a/machines/109-199-104-83/configuration.nix +++ b/machines/109-199-104-83/configuration.nix @@ -25,7 +25,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; -- cgit v1.3