attempt #321312 at compiling the entire system

This commit is contained in:
Danilo Reyes 2024-07-04 10:36:20 -06:00
parent 9f2a6eae25
commit 28330d0095

View File

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