update: add gpg to main-homelab
This commit is contained in:
parent
29fb09c1cb
commit
60c14e70f2
1 changed files with 9 additions and 1 deletions
|
|
@ -12,6 +12,11 @@
|
||||||
};
|
};
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
|
|
||||||
|
programs.gnupg.agent = {
|
||||||
|
enable = true;
|
||||||
|
enableSSHSupport = true;
|
||||||
|
};
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
@ -52,6 +57,9 @@
|
||||||
lshw
|
lshw
|
||||||
neofetch
|
neofetch
|
||||||
parted
|
parted
|
||||||
|
git-credential-manager
|
||||||
|
pass-wayland
|
||||||
|
git
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.veneficium = {
|
users.users.veneficium = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue