set gcc.arch, extra-platforms, system-features

This commit is contained in:
zowoq 2024-10-12 14:34:11 +10:00
parent 25e81d251e
commit 0aa0c25db1
6 changed files with 34 additions and 0 deletions
modules/nixos

View file

@ -24,6 +24,8 @@
"cgroups"
];
system-features = [ "uid-range" ];
auto-allocate-uids = true;
use-cgroups = true;
};