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 {