This commit is contained in:
2025-09-28 03:40:55 -04:00
16 changed files with 161 additions and 35 deletions

View File

@@ -4,16 +4,15 @@
lib,
...
}: {
environment.etc."rancher/k3s/registries.yaml".text = ''
mirrors:
"100.125.181.75:5000":
endpoint:
- http://100.125.181.75:5000/v2
configs:
"100.125.181.75:5000":
tls:
insecure_skip_verify: true
mirrors:
"100.125.181.75:5000":
endpoint:
- http://100.125.181.75:5000/v2
configs:
"100.125.181.75:5000":
tls:
insecure_skip_verify: true
'';
swapDevices = lib.mkForce [];
@@ -30,10 +29,7 @@ configs:
};
};
boot.kernelModules = [ "rbd" "nbd" ];
environment.systemPackages = with pkgs; [
];
boot.kernelModules = ["rbd" "nbd" "ceph"];
networking.firewall.enable = false;
# networking.firewall.allowedTCPPorts = [