fix sondages path in flake

sondages
Pyjacpp 2025-12-06 18:35:05 +01:00 committed by PyJaC++
parent c749bfd8fe
commit 6a77ff9e01
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
sondages = nixosSystem { sondages = nixosSystem {
specialArgs = inputs; specialArgs = inputs;
modules = [ .hosts/vm/sondages ] ++ baseModules; modules = [ ./hosts/vm/sondages ] ++ baseModules;
}; };
thot = nixosSystem { thot = nixosSystem {