This commit is contained in:
2025-09-28 03:40:27 -04:00
parent e85a730391
commit 7e26127ce6
2 changed files with 8 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ configs:
};
};
boot.kernelModules = [ "rbd" "nbd" ];
environment.systemPackages = with pkgs; [
kubernetes-helm
];