From 6b154300a76e26a538eb44520b7defb273fb8b65 Mon Sep 17 00:00:00 2001 From: Leon Liu Date: Sun, 5 Nov 2023 07:41:56 +0900 Subject: [PATCH] add. --- configuration.nix | 1 + 1 file changed, 1 insertion(+) 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;