Add a personal user
This commit is contained in:
parent
d40c4898e8
commit
2b86078679
1 changed files with 7 additions and 1 deletions
|
@ -33,7 +33,13 @@
|
|||
LANGUAGE = defaultLocale;
|
||||
LC_MESSAGE = defaultLocale;
|
||||
};
|
||||
users = { };
|
||||
users = {
|
||||
manuel = {
|
||||
fullName = "Manuel Thalmann";
|
||||
mail = "m@nuth.ch";
|
||||
sudoer = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue