no sudo in container

This commit is contained in:
Rachel Lambda Samuelsson 2024-06-20 16:51:29 +02:00
parent ef7e407c85
commit f800edfd6f

View File

@ -53,6 +53,8 @@ lib.flatMap ({ name, config, ip, ports, volumes, ... }:
firewall.allowedUDPPorts = ports.udp; firewall.allowedUDPPorts = ports.udp;
}; };
security.sudo.enable = false;
system.stateVersion = state-version; system.stateVersion = state-version;
}; };
}; };