diff --git a/containers/dev.nix b/containers/dev.nix index f2d7423c..2c9d089a 100644 --- a/containers/dev.nix +++ b/containers/dev.nix @@ -6,7 +6,6 @@ in containers.dev = { privateNetwork = true; ephemeral = true; - autoStart = true; hostAddress = "192.168.100.30"; localAddress = "192.168.100.31"; diff --git a/containers/gui.nix b/containers/gui.nix index eb951af0..40b27273 100644 --- a/containers/gui.nix +++ b/containers/gui.nix @@ -6,7 +6,6 @@ in containers.gui = { privateNetwork = true; ephemeral = true; - autoStart = true; bindMounts = { "/mnt" = { diff --git a/containers/osu.nix b/containers/osu.nix index f393e8f5..bb7a329e 100644 --- a/containers/osu.nix +++ b/containers/osu.nix @@ -6,7 +6,6 @@ in containers.osu = { privateNetwork = true; ephemeral = true; - autoStart = true; bindMounts = { "/home/user/.osu" = { diff --git a/containers/srb2.nix b/containers/srb2.nix index e16f9973..aea22a87 100644 --- a/containers/srb2.nix +++ b/containers/srb2.nix @@ -6,7 +6,6 @@ in containers.srb2 = { privateNetwork = true; ephemeral = true; - autoStart = true; bindMounts = { "/home/user/.srb2" = {