Compare commits

...

2 Commits

Author SHA1 Message Date
zonsopkomst fe6eca58f1 Updated 2024-04-12 18:58:30 -05:00
zonsopkomst 3e6f534641 Removed xserver from services.displaymanager due to rename 2024-04-12 18:58:23 -05:00
2 changed files with 10 additions and 5 deletions

View File

@ -76,11 +76,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1712943540,
"narHash": "sha256-tnbZY8aIcUlInNffuFnxkIlSDiEpVOewtVroSra5N8E=",
"lastModified": 1712951181,
"narHash": "sha256-Am+Jl/pDkVuZxyiBEAw1Ia5/dDRi5HOIYBT/kTT6uKA=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "d8d0d3b20bdb4e4320989349dacd6deb17cfb619",
"rev": "0c513ba91bd73106be99e35b1a020d24e5ae874a",
"type": "github"
},
"original": {

View File

@ -18,8 +18,13 @@
];
};
services.xserver.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user = "admin";
#warning: The option `services.xserver.displayManager.autoLogin' defined in `/nix/store/s9zj9b56sxx3wh27180czbbaqidvmfvb-source/hosts/remote/tuisto/default.nix' has been renamed to `services.displayManager.autoLogin'.
#services.xserver.displayManager.autoLogin.enable = true;
#services.xserver.displayManager.autoLogin.user = "admin";
services.displayManager.autoLogin.enable = true;
services.displayManager.autoLogin.user = "admin";
# Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229
systemd.services."getty@tty1".enable = false;