diff options
| author | Fuwn <[email protected]> | 2024-08-29 20:54:34 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-29 20:54:34 -0700 |
| commit | 6ddc25d4e189c30431703f602653b8bae861e4af (patch) | |
| tree | 979cc4d790c3ce8895471d008d61c3e9645acec4 /modules/virtualisation/default.nix | |
| parent | firewall (diff) | |
| download | nixos-config-6ddc25d4e189c30431703f602653b8bae861e4af.tar.xz nixos-config-6ddc25d4e189c30431703f602653b8bae861e4af.zip | |
some stuff
Diffstat (limited to 'modules/virtualisation/default.nix')
| -rw-r--r-- | modules/virtualisation/default.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/virtualisation/default.nix b/modules/virtualisation/default.nix deleted file mode 100644 index 6add74f..0000000 --- a/modules/virtualisation/default.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ - virtualisation = { - docker = { - enable = true; - storageDriver = "btrfs"; - enableOnBoot = false; - }; - - libvirtd.enable = true; - }; -} |