docker: remove outdated comment
This commit is contained in:
parent
c41c2293f3
commit
2e58988fff
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
{
|
{
|
||||||
config.virtualisation.docker = {
|
config.virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# enableNvidia = true;
|
|
||||||
enableOnBoot = true;
|
enableOnBoot = true;
|
||||||
storageDriver = if config.fileSystems."/".fsType == "btrfs" then "btrfs" else null;
|
storageDriver = if config.fileSystems."/".fsType == "btrfs" then "btrfs" else null;
|
||||||
rootless.enable = true;
|
rootless.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue