add pluto host

This commit is contained in:
zackartz 2024-05-03 13:33:06 -04:00
parent cca7181901
commit 78ac00643c
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
9 changed files with 321 additions and 32 deletions

View file

@ -3,15 +3,6 @@
lib,
...
}: {
services = {
udiskie.enable = true;
gpg-agent = {
enable = true;
pinentryPackage = lib.mkForce pkgs.pinentry-gnome3;
enableSshSupport = true;
enableZshIntegration = true;
};
};
programs = {
gpg.enable = true;
man.enable = true;