fix auto login

This commit is contained in:
Chris Kruining 2025-08-03 22:57:21 +02:00
parent bb94e3632a
commit 79701acc77
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
5 changed files with 12 additions and 7 deletions

View file

@ -28,5 +28,11 @@
};
};
services.displayManager.autoLogin = {
enable = true;
user = "chris";
};
system.stateVersion = "23.11";
}