attempt #321312 at compiling the entire system
This commit is contained in:
parent
9f2a6eae25
commit
28330d0095
@ -68,10 +68,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
nix.settings.cores = 16;
|
nix.settings.cores = 16;
|
||||||
nixpkgs.config = {
|
nixpkgs = {
|
||||||
allowUnfree = true;
|
|
||||||
permittedInsecurePackages = [ ];
|
|
||||||
hostPlatform = "x86_64-linux";
|
hostPlatform = "x86_64-linux";
|
||||||
|
config = {
|
||||||
|
allowUnfree = true;
|
||||||
|
permittedInsecurePackages = [ ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
users = {
|
users = {
|
||||||
groups.nixremote.gid = 555;
|
groups.nixremote.gid = 555;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user