base/nix: use auto allocated users

This commit is contained in:
h7x4 2025-12-05 02:25:28 +09:00
parent 86a8d2e2f1
commit 3ae26bc53f
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -9,8 +9,9 @@
settings = {
allow-dirty = true;
auto-allocate-uids = true;
builders-use-substitutes = true;
experimental-features = [ "nix-command" "flakes" ];
experimental-features = [ "nix-command" "flakes" "auto-allocate-uids" ];
log-lines = 50;
use-xdg-base-directories = true;
};