Demo users needs to be a regular user for auto-login to work

This commit is contained in:
Sebastian 2023-12-23 15:37:59 +01:00
parent 8de3738195
commit 62042fc8fd
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ in
users.users = mkIf (cfg.user == "satnogs-demo") {
satnogs-demo = {
home = cfg.stateDir;
group = cfg.group;
isNormalUser = true;
};