diff --git a/configuration.nix b/configuration.nix index 37d78d7..304515a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -125,6 +125,7 @@ # Enable automatic login for the user. services.xserver.displayManager.autoLogin.enable = true; services.xserver.displayManager.autoLogin.user = "liu"; + services.jellyfin.enable = true; # Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229 systemd.services."getty@tty1".enable = false;