From 28ebf973d6af4e28c706e90889957a8553125fac Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 11 Apr 2026 23:27:56 +0900 Subject: nix: add sharefs supplementary group This works around vfs inode file attribute race. Signed-off-by: Ophestra --- test/interactive/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test') diff --git a/test/interactive/configuration.nix b/test/interactive/configuration.nix index c7765795..9d1bddd8 100644 --- a/test/interactive/configuration.nix +++ b/test/interactive/configuration.nix @@ -8,10 +8,7 @@ description = "Alice Foobar"; password = "foobar"; uid = 1000; - extraGroups = [ - "wheel" - "sharefs" - ]; + extraGroups = [ "wheel" ]; }; untrusted = { isNormalUser = true; -- cgit v1.3.1