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