diff options
Diffstat (limited to 'virt.nix')
-rw-r--r-- | virt.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/virt.nix b/virt.nix deleted file mode 100644 index e378c80..0000000 --- a/virt.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ ... }: -{ - virtualisation.docker = { - enable = true; - enableOnBoot = true; - }; -} |