diff --git a/systems/LoutreOS/services.nix b/systems/LoutreOS/services.nix index 5fec541c4..0a095c474 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -348,13 +348,6 @@ in }; }; - systemd.services.matrix-synapse = { - serviceConfig = { - MemoryHigh = "3G"; - MemoryMax = "5G"; - }; - }; - # systemd.services.minecraft-overviewer = # let # clientJar = pkgs.fetchurl {