Enable Jellyfin and temporarily enable hyprland and add makemkv for ripping discs
This commit is contained in:
parent
0dc6196202
commit
425e169fb7
@ -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 = [ ... ];
|
||||
|
Loading…
Reference in New Issue
Block a user