d
This commit is contained in:
parent
2e3e57cb51
commit
0c6d77cdff
2 changed files with 2 additions and 3 deletions
|
@ -115,7 +115,7 @@
|
|||
# litearlly! ! ! ! ! !
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
pinentryFlavor = "gtk2";
|
||||
# enableSSHSupport = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
};
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "tty";
|
||||
pinentryFlavor = "gnome3";
|
||||
};
|
||||
# bare minimum
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -119,6 +119,5 @@
|
|||
|
||||
security.sudo.wheelNeedsPassword = true;
|
||||
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue