remove env var NIXPKGS_ALLOW_UNFREE

This commit is contained in:
Sean Buckley 2022-10-09 03:10:11 -04:00
parent 47e3d4c0e7
commit d19ce080a4

View file

@ -13,7 +13,6 @@
};
nixpkgs.config.allowUnfree = true;
environment.variables.NIXPKGS_ALLOW_UNFREE = "1";
security.sudo.extraConfig = "Defaults lecture=never";