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 + /users/users.nix)
(common_dir + /login-manager/tuigreet.nix)
(common_dir + /desktop/hyprland.nix)
./minecraft.nix
./frp.nix
@ -73,6 +74,9 @@ in {
kitty
makemkv
];
# Also temporary
nixpkgs.config.allowUnfree = true;
environment.shells = with pkgs; [ bash zsh ];
@ -88,6 +92,8 @@ in {
};
};
# Enable Jellyfin
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];