feat(homelab): setup kube node, add gitea, nfs-utils
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
git
|
||||
helmfile
|
||||
kubernetes-helm
|
||||
nfs-utils
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.initrd.kernelModules = [ "dm-snapshot" ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user