aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/interactive
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-04-11 23:27:56 +0900
committerOphestra <cat@gensokyo.uk>2026-04-11 23:28:18 +0900
commit28ebf973d6af4e28c706e90889957a8553125fac (patch)
tree8dab91880e2060e34b987b4db01d897f0053b0c5 /test/interactive
parent41aeb404ec303ab7462ab4cf88511ff724b4cf9a (diff)
nix: add sharefs supplementary group
This works around vfs inode file attribute race. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/interactive')
-rw-r--r--test/interactive/configuration.nix5
1 files changed, 1 insertions, 4 deletions
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;