fix renamed options in flake

This commit is contained in:
Miranda Marquez 2024-06-04 13:46:17 -08:00
parent bae832df28
commit 7fcf082811

View File

@ -52,7 +52,7 @@
services.avahi = {
enable = true;
nssmdns = true;
nssmdns4 = true;
publish = {
enable = true;
addresses = true;
@ -84,8 +84,8 @@
};
# Enable automatic login for the user.
services.xserver.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user = "mir";
services.displayManager.autoLogin.enable = true;
services.displayManager.autoLogin.user = "mir";
# services.getty.autologinUser = "mir"
# Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229