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