This commit is contained in:
Sakooooo 2023-12-24 14:44:12 +04:00
parent 2e3e57cb51
commit 0c6d77cdff
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 2 additions and 3 deletions

View file

@ -115,7 +115,7 @@
# litearlly! ! ! ! ! ! # litearlly! ! ! ! ! !
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
pinentryFlavor = "gnome3"; pinentryFlavor = "gtk2";
# enableSSHSupport = true; # enableSSHSupport = true;
}; };

View file

@ -64,7 +64,7 @@
}; };
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
pinentryFlavor = "tty"; pinentryFlavor = "gnome3";
}; };
# bare minimum # bare minimum
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
@ -119,6 +119,5 @@
security.sudo.wheelNeedsPassword = true; security.sudo.wheelNeedsPassword = true;
system.stateVersion = "22.05"; system.stateVersion = "22.05";
} }