diff --git a/flake.nix b/flake.nix index d53a99c..251c7da 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,13 @@ LANGUAGE = defaultLocale; LC_MESSAGE = defaultLocale; }; - users = { }; + users = { + manuel = { + fullName = "Manuel Thalmann"; + mail = "m@nuth.ch"; + sudoer = true; + }; + }; }; };