From 619b4d24b4eccb61417f3ebcd077940dc3382adb Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Sun, 2 Jul 2023 18:07:16 +0300 Subject: [PATCH] restore matrix server --- profiles/servers/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/servers/matrix.nix b/profiles/servers/matrix.nix index 8fb7a5b..1da172a 100644 --- a/profiles/servers/matrix.nix +++ b/profiles/servers/matrix.nix @@ -3,7 +3,7 @@ user = config.mainuser; group = "libvirtd"; # I need more ram... temporarily disabled - autoStart = false; + autoStart = true; memory = 2 * 1024; cpu = { sockets = 1; cores = 1; threads = 1;