Typo in autologin definition

This commit is contained in:
Evie Litherland-Smith 2023-07-02 17:17:45 +01:00
parent 82644d724d
commit d46295368c

View file

@ -116,7 +116,7 @@
./services/sshd
./services/syncthing/Vanguard.nix
({pkgs, ...}: {
service.xserver.displayManager.autologin.user = "xenia";
services.xserver.displayManager.autologin.user = "xenia";
hardware.steam-hardware.enable = true;
programs = {
xwayland.enable = true;
@ -158,7 +158,7 @@
./hosts/Ronin
./services/syncthing/Ronin.nix
({pkgs, ...}: {
service.xserver.displayManager.autologin.user = "elitherl";
services.xserver.displayManager.autologin.user = "elitherl";
home-manager.users.elitherl = {
imports = [
./home/work.nix