Is system user

This commit is contained in:
Lillian-Violet 2023-11-22 13:56:27 +01:00
parent 6acf0e9ae3
commit c3ae2f1166

View file

@ -168,7 +168,7 @@
shell = pkgs.zsh; shell = pkgs.zsh;
}; };
mssql = { mssql = {
isNormalUser = false; isSystemUser = true;
}; };
}; };