nix: add sharefs supplementary group
All checks were successful
Test / Sandbox (push) Successful in 1m1s
Test / Sandbox (race detector) (push) Successful in 1m2s
Test / Hakurei (push) Successful in 1m5s
Test / Hakurei (race detector) (push) Successful in 1m10s
Test / Create distribution (push) Successful in 1m19s
Test / ShareFS (push) Successful in 3m6s
Test / Flake checks (push) Successful in 1m33s

This works around vfs inode file attribute race.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-11 23:27:56 +09:00
parent 41aeb404ec
commit 28ebf973d6
2 changed files with 30 additions and 38 deletions

View File

@@ -8,10 +8,7 @@
description = "Alice Foobar";
password = "foobar";
uid = 1000;
extraGroups = [
"wheel"
"sharefs"
];
extraGroups = [ "wheel" ];
};
untrusted = {
isNormalUser = true;