get jellyfin up to par

This commit is contained in:
TheWanderingCrow 2026-01-11 11:55:14 -05:00
parent 502d350acd
commit f8611744c9
4 changed files with 61 additions and 26 deletions

View file

@ -53,6 +53,8 @@
};
networking = {
firewall.checkReversePath = false;
firewall.enable = false;
networkmanager = {
enable = true;
plugins = [
@ -71,4 +73,6 @@
canTouchEfiVariables = true;
};
};
programs.adb.enable = true;
}