From a3063ec732c85e4228ec58e864af22d5eae16877 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Tue, 21 Nov 2023 01:23:28 +0400 Subject: [PATCH] fileSystems./.options = [ noatime ]; --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 9a60897..6f3f8eb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,6 +18,8 @@ ./git/gitea.nix ]; + fileSystems."/".options = [ "noatime" ]; + services.redis.servers.sp-api = { enable = true; save = [