1
0
forked from rosa/hakurei

nix: add sharefs supplementary group

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;