From 2a5d753f788bb11136a5cd7d64b3c5e23a525b11 Mon Sep 17 00:00:00 2001 From: Cameron Reed Date: Sat, 13 Jan 2024 16:21:33 -0700 Subject: [PATCH] Disable hyprland and tuigreet because the graphical version of makemkv isn't working for me, and enable jellyfin --- hosts/nixserver/configuration.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/hosts/nixserver/configuration.nix b/hosts/nixserver/configuration.nix index 0cc9eb8..f5366be 100755 --- a/hosts/nixserver/configuration.nix +++ b/hosts/nixserver/configuration.nix @@ -14,11 +14,9 @@ in { (common_dir + /bootloader/grub.nix) (common_dir + /users/users.nix) - (common_dir + /login-manager/tuigreet.nix) - (common_dir + /desktop/hyprland.nix) - ./minecraft.nix - ./frp.nix + # ./minecraft.nix + # ./frp.nix ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; @@ -71,7 +69,6 @@ in { tmux # Temp - kitty makemkv ]; @@ -93,6 +90,7 @@ in { }; # Enable Jellyfin + services.jellyfin.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];