diff --git a/profiles/servers/matrix.nix b/profiles/servers/matrix.nix index 07b91ee..8fb7a5b 100644 --- a/profiles/servers/matrix.nix +++ b/profiles/servers/matrix.nix @@ -2,7 +2,8 @@ virtualisation.libvirt.guests.arch-matrix = { user = config.mainuser; group = "libvirtd"; - autoStart = true; + # I need more ram... temporarily disabled + autoStart = false; memory = 2 * 1024; cpu = { sockets = 1; cores = 1; threads = 1;