diff --git a/flake.nix b/flake.nix index 4f005bd..1895a5e 100644 --- a/flake.nix +++ b/flake.nix @@ -63,6 +63,25 @@ ]; }; + "garrus" = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + # Add Disko for disk management + disko.nixosModules.disko + ./disko-config.nix + ./gnome.nix + ./garrus.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; + } + ]; + }; + "vm" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [