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