Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Apply fix for gnome autologin

encode42 1ccd4615 de0ae5ac

+8 -2
+8 -2
hosts/encryption/users/encode42.nix
··· 19 19 (flakeRoot + /packages/desktop/steam.nix) 20 20 ]; 21 21 22 - services.displayManager.autoLogin.enable = true; 23 - services.displayManager.autoLogin.user = "encode42"; 22 + services.displayManager.autoLogin = { 23 + enable = true; 24 + user = "encode42"; 25 + }; 26 + 27 + # Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229 28 + systemd.services."getty@tty1".enable = false; 29 + systemd.services."autovt@tty1".enable = false; 24 30 25 31 home-manager.users.encode42 = { 26 32 imports = [