mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(steam): mkbeatsaber
This commit is contained in:
parent
46c6fbc8c1
commit
fc11fb8152
18 changed files with 891 additions and 44 deletions
|
|
@ -6,7 +6,11 @@
|
|||
isNormalUser = true;
|
||||
autoSubUidGidRange = false;
|
||||
group = name;
|
||||
extraGroups = [ "users" "peeps" "kyuuto" ];
|
||||
extraGroups = [
|
||||
"users" "peeps"
|
||||
"kyuuto"
|
||||
"steamaccount" "beatsaber"
|
||||
];
|
||||
};
|
||||
users.groups.kaosubaloo = { name, ... }: {
|
||||
gid = config.users.users.${name}.uid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue