From 6a77ff9e01ad1eda7d2418c54a3f6d9f5f8bf07d 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 a57e3ae..83bbb2d 100644 --- a/flake.nix +++ b/flake.nix @@ -87,7 +87,7 @@ sondages = nixosSystem { specialArgs = inputs; - modules = [ .hosts/vm/sondages ] ++ baseModules; + modules = [ ./hosts/vm/sondages ] ++ baseModules; }; thot = nixosSystem {