feat(homelab): setup kube node, add gitea, nfs-utils

This commit is contained in:
2025-12-26 00:19:34 -08:00
parent d43b0343f6
commit dbde68a0a4
10 changed files with 92 additions and 3 deletions

View File

@@ -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 = [ ];