move gnupg agent and pass store to machine module
This commit is contained in:
parent
cdc8e5fbd2
commit
6a5d318cb7
2 changed files with 3 additions and 7 deletions
|
@ -4,5 +4,8 @@
|
|||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = config.services.openssh.enable;
|
||||
pinentryFlavor = "gtk2";
|
||||
};
|
||||
|
||||
services.passSecretService.enable = true;
|
||||
}
|
||||
|
|
|
@ -15,11 +15,4 @@ in
|
|||
PASSWORD_STORE_DIR = "${passDataDir}/store";
|
||||
};
|
||||
};
|
||||
services.pass-secret-service.enable = true;
|
||||
|
||||
programs.gpg.enable = true;
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "gtk2";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue