Container : Remove autoStart by default.
This commit is contained in:
parent
499ce8186d
commit
690942642f
|
@ -1,6 +1,7 @@
|
|||
{ ... }: {
|
||||
container = {
|
||||
enable = true;
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
|
||||
module = {
|
||||
change.enable = true;
|
||||
|
|
Loading…
Reference in a new issue