From c332c8bcb3e2ee1c5df562c5aa0cfa4a1053b9f7 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 13 Feb 2024 06:50:07 -0700 Subject: [PATCH] flake: remove work systems and HP OMEN --- flake.nix | 56 ------------------------------------------------------- 1 file changed, 56 deletions(-) diff --git a/flake.nix b/flake.nix index f98043f..09bca9a 100644 --- a/flake.nix +++ b/flake.nix @@ -27,43 +27,6 @@ ]; }; - "dev-one" = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - modules = [ - # Add Disko for disk management - disko.nixosModules.disko - ./disko-config.nix - ./gnome.nix - ./configuration.nix - ./hardware-configuration.nix - home-manager.nixosModules.home-manager - { - home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; - home-manager.users.aaronh = import ./home.nix; - } - ]; - }; - - "omen" = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - modules = [ - # Add Disko for disk management - disko.nixosModules.disko - ./disko-config.nix - ./gnome.nix - ./hp-omen.nix - ./configuration.nix - ./hardware-configuration.nix - home-manager.nixosModules.home-manager - { - home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; - home-manager.users.aaronh = import ./home.nix; - } - ]; - }; - "garrus" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ @@ -103,25 +66,6 @@ ]; }; - "thelio-b1" = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - modules = [ - # Add Disko for disk management - disko.nixosModules.disko - ./disko-config.nix - ./gnome.nix - ./thelio-nvidia.nix - ./configuration.nix - ./hardware-configuration.nix - home-manager.nixosModules.home-manager - { - home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; - home-manager.users.aaronh = import ./home.nix; - } - ]; - }; - "shepard" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [