This commit is contained in:
2026-03-15 10:05:06 +01:00
parent b2ad5a8be5
commit a24da49a18
4 changed files with 37 additions and 54 deletions

View File

@@ -20,7 +20,7 @@ in
prefix = lib.mkOption {
type = lib.types.str;
default = "mount_";
default = "m_";
description = "9p mount tag prefix to match";
};