diff --git a/flake.nix b/flake.nix index fc77bf1..a139def 100644 --- a/flake.nix +++ b/flake.nix @@ -73,19 +73,6 @@ }; nixosConfigurations = { - loft = nixpkgs.lib.nixosSystem { - system = utils.lib.system.x86_64-linux; - modules = - defaultModules - ++ [ - ./modules/common.nix - ./modules/containers.nix - - ./machines/loft/configuration.nix - ]; - specialArgs = {inherit inputs;}; - }; - kitchen = nixpkgs.lib.nixosSystem { system = utils.lib.system.x86_64-linux; modules =