diff --git a/nixos/shared/default.nix b/nixos/shared/default.nix index 76caf99..544810f 100644 --- a/nixos/shared/default.nix +++ b/nixos/shared/default.nix @@ -15,7 +15,7 @@ #../hosts/${config.networking.hostName}/hardware-configuration.nix ]; sops = { - age.keyFile = "var/secrets/keys.txt"; + age.keyFile = "/persistent/var/secrets/keys.txt"; secrets."lillian-password".neededForUsers = true; defaultSopsFile = ../hosts/${config.networking.hostName}/secrets/sops.yaml;