diff options
Diffstat (limited to 'util/user.nix')
| -rw-r--r-- | util/user.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/util/user.nix b/util/user.nix index d28ae2e..366112f 100644 --- a/util/user.nix +++ b/util/user.nix @@ -14,7 +14,10 @@ [ ../users/${username}/home.nix { - nixpkgs.config.allowUnfree = true; + nixpkgs.config = { + allowUnfree = true; + allowUnsupportedSystem = true; + }; nix = { package = channel.legacyPackages.${system}.nixFlakes; |
