From 3a004e92516fbe55c78029d419b9568c993a69ce Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 29 Dec 2024 14:14:51 -0600 Subject: [PATCH] comment --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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; [