diff --git a/hosts/main-homelab/configuration.nix b/hosts/main-homelab/configuration.nix index 8aa81fc..92536e1 100644 --- a/hosts/main-homelab/configuration.nix +++ b/hosts/main-homelab/configuration.nix @@ -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 = {