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 {