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; nix.settings.cores = 16;
nixpkgs = { nixpkgs = {
hostPlatform = "x86_64-linux"; hostPlatform = "x86_64-linux";
config = { config.permittedInsecurePackages = [ ];
allowUnfree = true;
permittedInsecurePackages = [ ];
};
}; };
users = { users = {
groups.nixremote.gid = 555; groups.nixremote.gid = 555;