1
0
forked from extern/nix-config

meta: Don't autostart containers

Unfortunately not possible (at least non-trivially) since containers may
depend on a graphical instance already running.
This commit is contained in:
Donovan Glover 2023-06-15 11:11:07 -04:00
parent 735201eb9b
commit 57d6e3ea14
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 0 additions and 4 deletions

View File

@ -6,7 +6,6 @@ in
containers.dev = {
privateNetwork = true;
ephemeral = true;
autoStart = true;
hostAddress = "192.168.100.30";
localAddress = "192.168.100.31";

View File

@ -6,7 +6,6 @@ in
containers.gui = {
privateNetwork = true;
ephemeral = true;
autoStart = true;
bindMounts = {
"/mnt" = {

View File

@ -6,7 +6,6 @@ in
containers.osu = {
privateNetwork = true;
ephemeral = true;
autoStart = true;
bindMounts = {
"/home/user/.osu" = {

View File

@ -6,7 +6,6 @@ in
containers.srb2 = {
privateNetwork = true;
ephemeral = true;
autoStart = true;
bindMounts = {
"/home/user/.srb2" = {