Enable Jellyfin and temporarily enable hyprland and add makemkv for ripping discs

This commit is contained in:
Cameron Reed 2024-01-13 14:24:19 -07:00
parent 0dc6196202
commit 425e169fb7

View File

@ -15,6 +15,7 @@ in {
(common_dir + /bootloader/grub.nix) (common_dir + /bootloader/grub.nix)
(common_dir + /users/users.nix) (common_dir + /users/users.nix)
(common_dir + /login-manager/tuigreet.nix) (common_dir + /login-manager/tuigreet.nix)
(common_dir + /desktop/hyprland.nix)
./minecraft.nix ./minecraft.nix
./frp.nix ./frp.nix
@ -74,6 +75,9 @@ in {
makemkv makemkv
]; ];
# Also temporary
nixpkgs.config.allowUnfree = true;
environment.shells = with pkgs; [ bash zsh ]; environment.shells = with pkgs; [ bash zsh ];
# List services that you want to enable: # List services that you want to enable:
@ -88,6 +92,8 @@ in {
}; };
}; };
# Enable Jellyfin
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];