From 1e5bf73402d66d34920c6279887845c68ce08b10 Mon Sep 17 00:00:00 2001 From: korenstin Date: Sat, 7 Dec 2024 15:24:23 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20livre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index d9bfb00..616308a 100644 --- a/flake.nix +++ b/flake.nix @@ -37,6 +37,10 @@ apprentix = nixosSystem { specialArgs = inputs; modules = [ ./hosts/vm/apprentix ]; + + livre = nixosSystem { + specialArgs = inputs; + modules = [ ./hosts/vm/livre ]; }; livre = nixosSystem {