From 2a00037711f82e3814a8262c7f5ca8fb82d1c1e7 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 8 Dec 2024 12:45:47 -0600 Subject: [PATCH] another fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 805d2fc..f1c1f2b 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ '') ]; }) - (import ./nixos/loki.nix { + (import ./nixosModules/services/loki.nix { inherit pkgs; inherit lokiPort; inherit lokiUser;