diff --git a/systems/koishi.nix b/systems/koishi.nix index 0b3055a8..246137f2 100644 --- a/systems/koishi.nix +++ b/systems/koishi.nix @@ -99,6 +99,13 @@ _: let scheduler = "scx_lavd"; }; + virtualisation.virtualbox.host = { + enable = true; + enableExtensionPack = true; + enableKvm = true; + addNetworkInterface = false; + }; + zramSwap.enable = true; programs.ssh.extraConfig = ''