diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-14 08:21:57 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-14 08:21:57 +0100 |
commit | c88cfb92e38ae7abfd7abb699a108dd3cd537b20 (patch) | |
tree | 512884a15e5ad395f25e4f38101004c787f412ff /modules/virt.nix | |
parent | 4428f370dd343f21b839a1479a5f8ef4e605ebad (diff) |
modules -> config etc
Diffstat (limited to 'modules/virt.nix')
-rw-r--r-- | modules/virt.nix | 7 |
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; - }; -} |