11.stylix/stylix/testbed/user.toml
Matt Sturgeon 7afee8f85b
stylix: move testbed modules to their own files
Introduce `user.toml` for storing shared user info.
2025-05-28 00:30:20 +01:00

5 lines
107 B
TOML

username = "guest"
description = "Guest"
hashedPassword = ""
isNormalUser = true
extraGroups = [ "wheel" ]