diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-20 21:40:01 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-20 21:40:01 +0100 |
commit | dd1869661c68a8dedae445e40efbc71d071808d0 (patch) | |
tree | a7ebe9ae4635e24f795326cae210916d25dfce58 | |
parent | Flake: Set stateVersion in the hardware set (diff) | |
download | nixos-config-dd1869661c68a8dedae445e40efbc71d071808d0.tar.gz nixos-config-dd1869661c68a8dedae445e40efbc71d071808d0.tar.bz2 nixos-config-dd1869661c68a8dedae445e40efbc71d071808d0.zip |
Hosts: Add NIXPKGS_ALLOW_UNFREE=1 env variable
-rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index e73f22d..eebff40 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -81,6 +81,8 @@ VISUAL = "nvim"; XKB_DEFAULT_LAYOUT = "gb"; + + NIXPKGS_ALLOW_UNFREE = "1"; }; environment.sessionVariables = rec { |