about summary refs log tree commit diff
path: root/sys/atuin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/atuin.nix')
-rw-r--r--sys/atuin.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/atuin.nix b/sys/atuin.nix
index 18312a056375..acd54460d6e6 100644
--- a/sys/atuin.nix
+++ b/sys/atuin.nix
@@ -131,7 +131,6 @@ in
     ../modules/server/nginx
     ../modules/server/nixpk.gs
     ../modules/server/spectrum
-    ../modules/server/tor
     ../modules/server/xmpp
     ../modules/users
   ];
@@ -303,11 +302,10 @@ in
 
   services.postgresql.package = pkgs.postgresql_13;
 
-  services.tor.settings.AccountingMax = "50 GBytes";
-  services.tor.settings.AccountingStart = "day 12:00";
-  services.tor.settings.ORPort = [
-    { addr = "[2001:ba8:1f1:f0bc::2]"; port = 143; }
-  ];
+  systemd.services.cgit-qyliss.serviceConfig.MemoryHigh = "512M";
+  systemd.services.cgit-qyliss.serviceConfig.MemoryMax = "1G";
+  systemd.services.cgit-spectrum.serviceConfig.MemoryHigh = "512M";
+  systemd.services.cgit-spectrum.serviceConfig.MemoryMax = "1G";
 
   system.stateVersion = "18.03";
 }