removed redundant allowunfree
This commit is contained in:
parent
4ffb7255bc
commit
c9d9a24570
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user