From e0461ebfd71f4e2f3b9a804c13bb09a1b366a0b3 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 1 Jul 2025 22:55:16 +0300 Subject: [PATCH] Fixed issue (previous commit), now adding volume_enabled to loki --- nixosModules/loki.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixosModules/loki.nix b/nixosModules/loki.nix index e644279..607aaf1 100644 --- a/nixosModules/loki.nix +++ b/nixosModules/loki.nix @@ -13,6 +13,8 @@ services.loki.configuration = { auth_enabled = false; + volume_enabled = true; + server = { http_listen_port = 3100; };