This commit is contained in:
Till 2024-06-25 11:50:12 +02:00
parent 2147c4bfe5
commit e64d00e68f
3 changed files with 2 additions and 3 deletions

View file

@ -61,7 +61,7 @@
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "curses";
pinentryPackage = pkgs.pinentry-curses;
# enableSSHSupport = true;
};
@ -94,6 +94,7 @@
openssh.enable = true;
printing.enable = true;
mullvad-vpn.enable = true;
mullvad-vpn.package = pkgs.mullvad-vpn;
};
virtualisation.libvirtd.enable = true;