This commit is contained in:
2025-08-11 17:42:17 -05:00
parent 16d34a8de2
commit 2d56dcfd09
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,7 @@
novnc.enable = true;
minecraft.enable = false; #wont connect
sandbox.enable = false;
sandbox.enable = true;
};
};
};

View File

@@ -20,7 +20,7 @@
config = lib.mkIf config.sysconfig.opts.virtualization.sandbox.enable {
containers.sandbox = {
containers.sandbox-test = {
autoStart = true;
privateNetwork = true;