diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-15 14:13:49 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-15 14:13:49 +0100 |
commit | fe9bdf3128935810ef50014d375828c1b38358c9 (patch) | |
tree | fe967b9dca608485b3595cfda4c76e5b9db94786 /nixos | |
parent | 8f0659b9bc0dc15f60e5d389b22f50b21c435b89 (diff) | |
download | user-config-fe9bdf3128935810ef50014d375828c1b38358c9.tar.gz user-config-fe9bdf3128935810ef50014d375828c1b38358c9.zip |
update lindy
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/lindy.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nixos/lindy.nix b/nixos/lindy.nix index a1f59c4..5e16fd8 100644 --- a/nixos/lindy.nix +++ b/nixos/lindy.nix @@ -161,9 +161,14 @@ Komaru UUID=caf8496f-006b-4762-bb20-506d4c7bdb51 /nix/persist/root/komaru_key programs.gnupg.agent = { enable = true; enableSSHSupport = false; + pinentryFlavor = "gnome3"; }; - environment.systemPackages = with pkgs; [ zfs docker-compose ]; + environment.systemPackages = with pkgs; [ + zfs + docker-compose + pinentry.gnome3 + ]; nix.gc.automatic = false; |