From ffe49cfd32343b31cf8e6453c9747a12a08ae91a Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 25 Dec 2024 15:44:13 -0500 Subject: [PATCH] update flake --- flake.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 3d1eb35..129acb1 100644 --- a/flake.nix +++ b/flake.nix @@ -16,8 +16,13 @@ } @ inputs: { nixosConfigurations = { Parzival-Mobile = nixpkgs.lib.nixosSystem { - nixpkgs.config.allowUnfree = true; - specialArgs = {inherit nixpkgs inputs;}; + specialArgs = { + inherit inputs; + nixpkgs = { + system = "x86_64-linux"; + config.allowUnfree = true; + }; + }; modules = [ ./hosts/Parzival-Mobile home-manager.nixosModules.home-manager