Disable hyprland and tuigreet because the graphical version of makemkv isn't working for me, and enable jellyfin
This commit is contained in:
parent
ab49cfd6d6
commit
2a5d753f78
@ -14,11 +14,9 @@ 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 + /desktop/hyprland.nix)
|
|
||||||
|
|
||||||
./minecraft.nix
|
# ./minecraft.nix
|
||||||
./frp.nix
|
# ./frp.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
@ -71,7 +69,6 @@ in {
|
|||||||
tmux
|
tmux
|
||||||
|
|
||||||
# Temp
|
# Temp
|
||||||
kitty
|
|
||||||
makemkv
|
makemkv
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -93,6 +90,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Enable Jellyfin
|
# Enable Jellyfin
|
||||||
|
services.jellyfin.enable = true;
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
|
Loading…
Reference in New Issue
Block a user