From f800edfd6f55fbae8b09a0628e2e65ba38a25f0c Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Thu, 20 Jun 2024 16:51:29 +0200 Subject: [PATCH] no sudo in container --- host.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host.nix b/host.nix index 75a40e6..a122ba7 100644 --- a/host.nix +++ b/host.nix @@ -53,6 +53,8 @@ lib.flatMap ({ name, config, ip, ports, volumes, ... }: firewall.allowedUDPPorts = ports.udp; }; + security.sudo.enable = false; + system.stateVersion = state-version; }; };