Add gpg testing support for helium

This commit is contained in:
Vili Sinervä 2024-10-11 01:10:52 +03:00
parent 790be4e9a7
commit ed89e79ca7
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 8 additions and 1 deletions

View file

@ -13,6 +13,13 @@
onlykey-agent onlykey-agent
]; ];
programs.ssh.startAgent = pkgs.lib.mkForce false; # TEMPORARY!
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-curses;
};
services.udev.extraRules = with pkgs; '' services.udev.extraRules = with pkgs; ''
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="60fc", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="60fc", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="60fc", ENV{MTP_NO_PROBE}="1" ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="60fc", ENV{MTP_NO_PROBE}="1"

View file

@ -69,6 +69,7 @@
../users/vili.nix ../users/vili.nix
../desktop.nix ../desktop.nix
../development.nix ../development.nix
../key-management.nix
../services/syncthing.nix ../services/syncthing.nix
../services/redshift.nix ../services/redshift.nix
../services/game-streaming.nix ../services/game-streaming.nix
@ -76,7 +77,6 @@
../hardware-specific/trackball.nix ../hardware-specific/trackball.nix
../hardware-specific/amd-laptop.nix ../hardware-specific/amd-laptop.nix
../hardware-specific/usb-automount.nix ../hardware-specific/usb-automount.nix
../hardware-specific/onlykey.nix
]; ];
services.xserver.displayManager.setupCommands = '' services.xserver.displayManager.setupCommands = ''