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; 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;