fix: add sondages to flake

sondages
Pyjacpp 2025-12-06 18:31:37 +01:00
parent e7e3d271fb
commit 0a1c1cee5f
No known key found for this signature in database
GPG Key ID: ED479A5A26930939
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,11 @@
modules = [ ./hosts/vm/reverseproxy ] ++ baseModules;
};
sondages = nixosSystem {
specialArgs = inputs;
modules = [ .hosts/vm/sondages ] ++ baseModules;
};
thot = nixosSystem {
specialArgs = inputs;
modules = [ ./hosts/physiques/thot ] ++ baseModules;