From a976e9ed8e26e6a1fb2ac5478bf8c3532cabb2ee Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Wed, 15 May 2024 22:32:45 -0400 Subject: [PATCH] chore: remove loft system --- flake.nix | 13 ------------- 1 file changed, 13 deletions(-) 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 =