test
This commit is contained in:
@@ -214,7 +214,7 @@
|
|||||||
novnc.enable = true;
|
novnc.enable = true;
|
||||||
minecraft.enable = false; #wont connect
|
minecraft.enable = false; #wont connect
|
||||||
|
|
||||||
sandbox.enable = false;
|
sandbox.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
config = lib.mkIf config.sysconfig.opts.virtualization.sandbox.enable {
|
config = lib.mkIf config.sysconfig.opts.virtualization.sandbox.enable {
|
||||||
|
|
||||||
containers.sandbox = {
|
containers.sandbox-test = {
|
||||||
|
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
privateNetwork = true;
|
privateNetwork = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user