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

@@ -29,6 +29,12 @@ configs:
"net.bridge.bridge-nf-call-ip6tables" = 1;
};
};
boot.kernelModules = [ "rbd" "nbd" ];
environment.systemPackages = with pkgs; [
];
networking.firewall.enable = false;
# networking.firewall.allowedTCPPorts = [
# 6443 # k3s: required so that pods can reach the API server (running on port 6443 by default)