Container : Remove autoStart by default.

This commit is contained in:
Dmitry Voronin 2024-08-24 19:56:38 +03:00
parent 499ce8186d
commit 690942642f
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,6 +1,7 @@
{ ... }: {
container = {
enable = true;
enable = true;
autoStart = true;
module = {
change.enable = true;