last cope
This commit is contained in:
parent
5f982c7047
commit
eec8246df8
2 changed files with 8 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
{ inputs, lib, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.gnupg.agent = {
|
||||
|
@ -30,8 +30,5 @@
|
|||
mutableUsers = false;
|
||||
};
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = lib.mkFirst inputs.secrets.path;
|
||||
age.keyFile = "/nix/config/keys.txt";
|
||||
};
|
||||
sops.age.keyFile = "/nix/config/keys.txt";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue