use home-assistant gpg-agent
This commit is contained in:
parent
29cc1ad2ce
commit
555aea0b36
1 changed files with 11 additions and 3 deletions
|
|
@ -31,7 +31,6 @@ in
|
|||
|
||||
home = {
|
||||
file = {
|
||||
".gnupg/scdaemon.conf".text = "disable-ccid";
|
||||
"programming".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/";
|
||||
};
|
||||
homeDirectory = "/home/${me.nickname}";
|
||||
|
|
@ -233,8 +232,17 @@ in
|
|||
style.name = "adwaita-dark";
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
services = {
|
||||
syncthing = {
|
||||
enable = true;
|
||||
};
|
||||
gpg-agent = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableSshSupport = true;
|
||||
enableScDaemon = true;
|
||||
pinentryPackage = pkgs.pinentry-qt;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue