mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 21:09:22 +02:00
enable gpg
This commit is contained in:
parent
b15b60bc07
commit
c5564d5a95
3 changed files with 28 additions and 0 deletions
|
@ -63,6 +63,8 @@
|
|||
local all all trust
|
||||
'';
|
||||
};
|
||||
pcscd.enable = true;
|
||||
udev.packages = [ pkgs.yubikey-personalization ];
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
|
@ -86,6 +88,7 @@
|
|||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
modesetting.enable = true;
|
||||
};
|
||||
gpgSmartcards.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -123,6 +126,11 @@
|
|||
extraPkgs = pkgs: [ pkgs.brotli ];
|
||||
};
|
||||
};
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryPackage = pkgs.pinentry-qt;
|
||||
};
|
||||
};
|
||||
|
||||
nix.settings.system-features = [ "gccarch-alderlake" "benchmark" "big-parallel" "kvm" "nixos-test" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue