From 0d926487d7aeb260fd8592ab6dae77255da2fe3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Santiago?= Date: Sun, 31 Mar 2024 19:42:07 -0400 Subject: [PATCH] change to qemu_kvm and add GnuPG --- configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 1bb7011..f8cc661 100644 --- a/configuration.nix +++ b/configuration.nix @@ -110,7 +110,6 @@ galaxy-buds-client gimp gitkraken - gnupg gummi #itch (broken right now, try later) kate @@ -165,7 +164,7 @@ nerdfonts nfs-utils papirus-icon-theme - qemu_full + qemu_kvm qmk syncthing syncthingtray @@ -182,6 +181,10 @@ # OpenSSH daemon services.openssh.enable = true; + # GnuPG + programs.gnupg.agent.enable = true; + services.pcscd.enable = true; + networking.firewall = { enable = true; allowedTCPPorts = [ 53317 ]; # LocalSend