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