1
Fork 0

hopefully this works

This commit is contained in:
caem 2025-01-20 00:21:26 +01:00
parent eb646b996c
commit 5f982c7047
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -1,4 +1,4 @@
{ inputs, ... }: { inputs, lib, ... }:
{ {
programs.gnupg.agent = { programs.gnupg.agent = {
@ -31,7 +31,7 @@
}; };
sops = { sops = {
defaultSopsFile = inputs.secrets.path; defaultSopsFile = lib.mkFirst inputs.secrets.path;
age.keyFile = "/nix/config/keys.txt"; age.keyFile = "/nix/config/keys.txt";
}; };
} }