fixup! use home-assistant gpg-agent
This commit is contained in:
parent
15ed2e141b
commit
da93c2f7ac
1 changed files with 1 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ in
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
file = {
|
file = {
|
||||||
|
".gnupg/scdaemon.conf".text = "disable-ccid";
|
||||||
"programming".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/";
|
"programming".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/";
|
||||||
};
|
};
|
||||||
homeDirectory = "/home/${me.nickname}";
|
homeDirectory = "/home/${me.nickname}";
|
||||||
|
|
@ -241,7 +242,6 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
enableScDaemon = true;
|
|
||||||
pinentryPackage = pkgs.pinentry-qt;
|
pinentryPackage = pkgs.pinentry-qt;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue