From e84405b09b513591b7f4821352646be896bb4420 Mon Sep 17 00:00:00 2001 From: Rafiyq Widianto Date: Thu, 17 Sep 2020 15:59:31 +0000 Subject: [PATCH] fix --- hosts/nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index b777edc..1eec66b 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -94,6 +94,7 @@ extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. }; + nixpkgs.config = { allowUnfree = true; }; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave