This commit is contained in:
fwastring 2025-05-22 12:05:02 +02:00
parent 3d54b62018
commit 3b244da86b
6 changed files with 68 additions and 36 deletions

View file

@ -24,8 +24,13 @@
k3s
cifs-utils
nfs-utils
docker-slim
];
networking.firewall = {
allowedTCPPorts = [ 5173 ];
};
services.k3s.enable = false;
services.openiscsi = {