fix unfree bug
This commit is contained in:
parent
b094d5f303
commit
a4deb6d20d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowUnfreePredicate = (pkg: true);
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
filezilla
|
||||
|
|
Loading…
Add table
Reference in a new issue