diff --git a/flake.nix b/flake.nix index 985831d..a8c1235 100644 --- a/flake.nix +++ b/flake.nix @@ -16,6 +16,19 @@ ... } @ inputs: { nixosConfigurations = { + Parzival = nixpkgs.lib.nixosSystem { + specialArgs = { + inherit inputs; + pkgs = import nixpkgs { + system = "x86_64-linux"; + config.allowUnfree = true; + }; + }; + modules = [ + ./hosts/Parzival + home-manager.nixosModules.home-manager + ]; + }; Parzival-Mobile = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs;