[docker] Disable on boot
This commit is contained in:
parent
059fa04660
commit
77c4056ada
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ in {
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNvidia = true;
|
enableNvidia = true;
|
||||||
|
# Because these are made for development purposes and not for servers
|
||||||
|
enableOnBoot = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue