Add a personal user

This commit is contained in:
Manuel Thalmann 2024-05-20 21:44:15 +02:00
parent d40c4898e8
commit 2b86078679

View file

@ -33,7 +33,13 @@
LANGUAGE = defaultLocale; LANGUAGE = defaultLocale;
LC_MESSAGE = defaultLocale; LC_MESSAGE = defaultLocale;
}; };
users = { }; users = {
manuel = {
fullName = "Manuel Thalmann";
mail = "m@nuth.ch";
sudoer = true;
};
};
}; };
}; };