hopefully this works
This commit is contained in:
parent
eb646b996c
commit
5f982c7047
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue