use a private network for the default container
This commit is contained in:
parent
1670e2f26d
commit
2c9f956fd8
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
|||
inherit system;
|
||||
config = import ./default.nix;
|
||||
autoStart = true;
|
||||
privateNetwork = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue