Compare commits

...

2 Commits

Author SHA1 Message Date
John Lancaster d6649cfa0b prune obsolete fixed stuff 2026-03-28 00:48:46 -05:00
John Lancaster bc985111fb disabled autologin stuff that never worked 2026-03-28 00:48:30 -05:00
2 changed files with 2 additions and 6 deletions
-4
View File
@@ -11,10 +11,6 @@
pkgs.gnome-settings-daemon # For gnome systray icons
];
};
# Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229
systemd.services."getty@tty1".enable = false;
systemd.services."autovt@tty1".enable = false;
};
flake.modules.homeManager.gnome = { config, pkgs, ... }:
+2 -2
View File
@@ -22,8 +22,8 @@
};
# Enable automatic login for the user.
services.displayManager.autoLogin.enable = true;
services.displayManager.autoLogin.user = "john";
# services.displayManager.autoLogin.enable = true;
# services.displayManager.autoLogin.user = "john";
programs.zsh.enable = true;
services.openssh.enable = true;