From 74a1074eefd4f5c297276959f27a40a578183996 Mon Sep 17 00:00:00 2001 From: Pyjacpp Date: Sat, 6 Dec 2025 18:35:05 +0100 Subject: [PATCH] fix sondages path in flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e2491be..8fa6558 100644 --- a/flake.nix +++ b/flake.nix @@ -82,7 +82,7 @@ sondages = nixosSystem { specialArgs = inputs; - modules = [ .hosts/vm/sondages ] ++ baseModules; + modules = [ ./hosts/vm/sondages ] ++ baseModules; }; thot = nixosSystem {