stuff
This commit is contained in:
parent
7ebeb89eee
commit
c04ce3672a
4 changed files with 74 additions and 58 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
programs.gnupg.agent = {
|
||||
|
@ -30,5 +30,8 @@
|
|||
mutableUsers = false;
|
||||
};
|
||||
|
||||
sops.age.keyFile = "/nix/config/secrets/keys.txt";
|
||||
sops = {
|
||||
defaultSopsFile = inputs.secrets.path;
|
||||
age.keyFile = "/nix/config/keys.txt";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue