infra: root is system user not normal user

This commit is contained in:
Johannes Jöns 2024-07-11 20:20:33 +02:00
parent 697396c892
commit 3d77a921ef

View file

@ -8,7 +8,6 @@ in
{
users.users = {
${name} = {
isNormalUser = true;
shell = pkgs.nushell;
description = "Administartor";
};