removed redundant allowunfree
This commit is contained in:
parent
4ffb7255bc
commit
c9d9a24570
@ -70,10 +70,7 @@
|
||||
nix.settings.cores = 16;
|
||||
nixpkgs = {
|
||||
hostPlatform = "x86_64-linux";
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [ ];
|
||||
};
|
||||
config.permittedInsecurePackages = [ ];
|
||||
};
|
||||
users = {
|
||||
groups.nixremote.gid = 555;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user