diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index afad38b..58e5740 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -35,6 +35,7 @@ }; }) ]; + nixpkgs.config.allowUnfree = true; # General settings networking.hostName = "dnsc-machine";