This commit is contained in:
2024-11-17 00:17:25 -05:00
parent 81fa2861fc
commit 8ec99d1b8e
5 changed files with 16 additions and 40 deletions

View File

@@ -2,6 +2,7 @@
pkgs,
service_configs,
lib,
username,
...
}:
let
@@ -104,4 +105,8 @@ in
};
};
};
users.users.${username}.extraGroups = [
"minecraft"
];
}