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