From 44bb8e3f0733573bb4788f3f437dffc661180de5 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 1 Jul 2025 22:55:59 +0300 Subject: [PATCH] Fixed --- nixosModules/loki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/loki.nix b/nixosModules/loki.nix index 607aaf1..657256a 100644 --- a/nixosModules/loki.nix +++ b/nixosModules/loki.nix @@ -13,7 +13,7 @@ services.loki.configuration = { auth_enabled = false; - volume_enabled = true; + limits_config = { volume_enabled = true; }; server = { http_listen_port = 3100;