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 {