enable autologin

This commit is contained in:
Osman Faruk Bayram 2026-01-03 12:18:25 +03:00
parent 67823a46ce
commit 68e84127ea

View file

@ -52,6 +52,11 @@
networkmanager.enable = true;
};
services.displayManager.autoLogin = {
enable = true;
user = "osbm";
};
virtualisation.waydroid.enable = true;
system.stateVersion = "25.05"; # changing this is a great taboo of the nixos world