diff --git a/hosts/nebula/drone.nix b/hosts/nebula/drone.nix index c890ffa..4eef19f 100644 --- a/hosts/nebula/drone.nix +++ b/hosts/nebula/drone.nix @@ -32,7 +32,7 @@ ]; }; users.users.drone = { - isNormalUser = false; + isSystemUser = true; }; virtualisation.oci-containers.backend = "podman"; virtualisation.oci-containers.containers = { @@ -68,6 +68,7 @@ DRONE_RPC_HOST="drone.entr0py.de"; DRONE_RUNNER_CAPACITY="4"; DRONE_RUNNER_NAME="nebula"; + DRONE_TMATE_ENABLED="true"; }; ports = [ "3000:3000"