From ac026d49860000688c0d7e02443fe801cf971a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 5 Aug 2024 16:12:10 +0300 Subject: [PATCH] vno1-gdrx: use the correct password files --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 7c7f29f..b196d53 100644 --- a/flake.nix +++ b/flake.nix @@ -199,8 +199,8 @@ agenix.nixosModules.default { age.secrets = { - motiejus-passwd-hash.file = ./secrets/motiejus_work_passwd_hash.age; - root-passwd-hash.file = ./secrets/root_work_passwd_hash.age; + motiejus-passwd-hash.file = ./secrets/motiejus_passwd_hash.age; + root-passwd-hash.file = ./secrets/root_passwd_hash.age; sasl-passwd.file = ./secrets/postfix_sasl_passwd.age; #syncthing-key.file = ./secrets/mtworx/syncthing/key.pem.age;