From aca0afa0dc4d5ac1e9a6117226848c5f3dc78d0a Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 17 Feb 2025 12:35:16 -0800 Subject: [PATCH] [flake] Remove z790prors --- flake.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/flake.nix b/flake.nix index 2bc547a..ccb2160 100644 --- a/flake.nix +++ b/flake.nix @@ -42,17 +42,6 @@ } ]; in { - nixosConfigurations.z790prors-nix = nixpkgs.lib.nixosSystem rec { - system = "x86_64-linux"; - specialArgs = { inherit inputs; }; - modules = baseModules ++ [ - ./machines/z790prors/configuration.nix - { - home-manager.users.johno = import ./home/home-z790prors.nix; - } - ]; - }; - nixosConfigurations.nix-book = nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; modules = baseModules ++ [