From 7daf7f940f0a455b67f0252ee9edf0eb51da2a81 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 25 Dec 2024 15:33:30 -0500 Subject: [PATCH] update flake --- flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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