mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
EDI: add port for Jellyfin
This commit is contained in:
parent
b5bdf5a34e
commit
d57a7de374
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
networking.hostName = "EDI";
|
networking.hostName = "EDI";
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 80 443 3000 8123 ];
|
allowedTCPPorts = [ 80 443 3000 8096 8123 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue