update: add gpg to main-homelab

This commit is contained in:
Veneficium 2024-08-03 11:55:56 +02:00
parent 29fb09c1cb
commit 60c14e70f2

View file

@ -11,7 +11,12 @@
installPath = "$HOME/.vscodium-server";
};
programs.nix-ld.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@ -52,6 +57,9 @@
lshw
neofetch
parted
git-credential-manager
pass-wayland
git
];
users.users.veneficium = {