Add gpg testing support for helium
This commit is contained in:
parent
790be4e9a7
commit
ed89e79ca7
2 changed files with 8 additions and 1 deletions
|
@ -13,6 +13,13 @@
|
|||
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; ''
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="60fc", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="60fc", ENV{MTP_NO_PROBE}="1"
|
|
@ -69,6 +69,7 @@
|
|||
../users/vili.nix
|
||||
../desktop.nix
|
||||
../development.nix
|
||||
../key-management.nix
|
||||
../services/syncthing.nix
|
||||
../services/redshift.nix
|
||||
../services/game-streaming.nix
|
||||
|
@ -76,7 +77,6 @@
|
|||
../hardware-specific/trackball.nix
|
||||
../hardware-specific/amd-laptop.nix
|
||||
../hardware-specific/usb-automount.nix
|
||||
../hardware-specific/onlykey.nix
|
||||
];
|
||||
|
||||
services.xserver.displayManager.setupCommands = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue