This commit is contained in:
John Lancaster
2026-03-26 16:58:22 -05:00
parent 1f5319252e
commit 338ef34212
+1 -1
View File
@@ -1,5 +1,5 @@
{ inputs, ... }: { { inputs, ... }: {
flake.modules.nixos.gnmoe = {pkgs, ... }: { flake.modules.nixos.gnome = {pkgs, ... }: {
# Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229 # Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229
systemd.services."getty@tty1".enable = false; systemd.services."getty@tty1".enable = false;
systemd.services."autovt@tty1".enable = false; systemd.services."autovt@tty1".enable = false;