From f3c31e4ad7fab36e151f3a2e207fafb1eda1a787 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 28 Aug 2024 20:36:04 -0700 Subject: hi --- modules/virtualisation/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/virtualisation/default.nix (limited to 'modules/virtualisation') diff --git a/modules/virtualisation/default.nix b/modules/virtualisation/default.nix new file mode 100644 index 0000000..6add74f --- /dev/null +++ b/modules/virtualisation/default.nix @@ -0,0 +1,11 @@ +{ + virtualisation = { + docker = { + enable = true; + storageDriver = "btrfs"; + enableOnBoot = false; + }; + + libvirtd.enable = true; + }; +} -- cgit v1.2.3