diff --git a/flake.nix b/flake.nix index 9927183..d90d1e7 100644 --- a/flake.nix +++ b/flake.nix @@ -14,9 +14,14 @@ home-manager, ... } @ inputs: { + nixosConfigurations = { Parzival-Mobile = nixpkgs.lib.nixosSystem { - specialArgs = {inherit nixpkgs inputs;}; + specialArgs = { + inherit inputs; + nixpkgs.config.system = "x86_64-linux"; + nixpkgs.config.allowUnfree = true; + }; modules = [ ./hosts/Parzival-Mobile home-manager.nixosModules.home-manager