back to virtual box and other fixes

This commit is contained in:
Julian Sutter 2023-03-13 09:48:20 -07:00
parent 5a29142ddb
commit bc2c8e5f04
7 changed files with 48 additions and 29 deletions

View file

@ -111,4 +111,11 @@ home-manager.users.jsutter = {
};
};
};
# GNUPG Stuff
services.pcscd.enable = true;
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "gnome3";
enableSSHSupport = true;
};
}