diff --git a/hosts/kasei/configuration.nix b/hosts/kasei/configuration.nix index 30f8413..9c2882e 100644 --- a/hosts/kasei/configuration.nix +++ b/hosts/kasei/configuration.nix @@ -62,6 +62,11 @@ }; }; + virtualisation = { + docker.enable = true; + libvirtd.enable = true; + }; + boot = { initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" ]; initrd.kernelModules = [ ];