diff --git a/configuration.nix b/configuration.nix index 5f9149d..4e42277 100644 --- a/configuration.nix +++ b/configuration.nix @@ -15,6 +15,8 @@ sops.defaultSopsFile = ./secrets/secrets.yaml; sops.defaultSopsFormat = "yaml"; + + # This is needed for nix to access the secrets at build time. It doesn't affect gets used for the `sops ...` command sops.age.keyFile = "${userSettings.adHome}/.config/sops/age/keys.txt"; environment.systemPackages = with pkgs; [