mirror of https://gitlab.crans.org/nounous/nixos
fix: add sondages to flake
parent
e7e3d271fb
commit
0a1c1cee5f
|
|
@ -80,6 +80,11 @@
|
||||||
modules = [ ./hosts/vm/reverseproxy ] ++ baseModules;
|
modules = [ ./hosts/vm/reverseproxy ] ++ baseModules;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sondages = nixosSystem {
|
||||||
|
specialArgs = inputs;
|
||||||
|
modules = [ .hosts/vm/sondages ] ++ baseModules;
|
||||||
|
};
|
||||||
|
|
||||||
thot = nixosSystem {
|
thot = nixosSystem {
|
||||||
specialArgs = inputs;
|
specialArgs = inputs;
|
||||||
modules = [ ./hosts/physiques/thot ] ++ baseModules;
|
modules = [ ./hosts/physiques/thot ] ++ baseModules;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue