updated configuraiton.nix

This commit is contained in:
2023-11-27 14:20:43 -08:00
parent 0178021387
commit 8e2cc41932
2 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@
description = "free";
extraGroups = [ "networkmanager" "wheel" ];
};
};
# Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229
systemd.services."getty@tty1".enable = true;