removed redundant allowunfree

This commit is contained in:
Danilo Reyes 2024-07-04 20:01:13 -06:00
parent 4ffb7255bc
commit c9d9a24570

View File

@ -70,10 +70,7 @@
nix.settings.cores = 16;
nixpkgs = {
hostPlatform = "x86_64-linux";
config = {
allowUnfree = true;
permittedInsecurePackages = [ ];
};
config.permittedInsecurePackages = [ ];
};
users = {
groups.nixremote.gid = 555;