From 0a1c1cee5fc6287efee18d30eedc62adfeb65de0 Mon Sep 17 00:00:00 2001 From: Pyjacpp Date: Sat, 6 Dec 2025 18:31:37 +0100 Subject: [PATCH] fix: add sondages to flake --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index d841f39..e2491be 100644 --- a/flake.nix +++ b/flake.nix @@ -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;