mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
style: alejandra $(fd -e nix)
This commit is contained in:
parent
97d9eecd3c
commit
e63304937d
91 changed files with 1422 additions and 1102 deletions
|
|
@ -1,17 +1,16 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
users.users.connieallure = { name, ... }: {
|
||||
{config, ...}: {
|
||||
users.users.connieallure = {name, ...}: {
|
||||
uid = 8003;
|
||||
isNormalUser = true;
|
||||
autoSubUidGidRange = false;
|
||||
group = name;
|
||||
extraGroups = [
|
||||
"users" "peeps"
|
||||
"users"
|
||||
"peeps"
|
||||
"kyuuto"
|
||||
];
|
||||
};
|
||||
users.groups.connieallure = { name, ... }: {
|
||||
users.groups.connieallure = {name, ...}: {
|
||||
gid = config.users.users.${name}.uid;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue