This commit is contained in:
Mars 2024-08-11 02:26:51 -04:00
parent d41e0276b3
commit e556fec612
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5
13 changed files with 883 additions and 257 deletions

View file

@ -63,11 +63,10 @@
nixpkgs.config.allowUnfree = true;
programs = {
gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
programs.fish.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
security.pam.enableSudoTouchIdAuth = true;