From 57d6e3ea143d5b086b513a0e1d90bf7e890bc764 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 15 Jun 2023 11:11:07 -0400 Subject: [PATCH] meta: Don't autostart containers Unfortunately not possible (at least non-trivially) since containers may depend on a graphical instance already running. --- containers/dev.nix | 1 - containers/gui.nix | 1 - containers/osu.nix | 1 - containers/srb2.nix | 1 - 4 files changed, 4 deletions(-) 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" = {