diff --git a/flake.nix b/flake.nix
index f9c6656..460ae34 100644
--- a/flake.nix
+++ b/flake.nix
@@ -85,7 +85,6 @@
 
       nixosConfigurations = builtins.mapAttrs
         (name: value: (mkMachine {
-          host = name;
           host-config = value;
           modules = self.nixosModules;
           nixpkgs = lib.luj.machines.${name}.nixpkgs_version;