Few changes
This commit is contained in:
parent
d9f0f4ad20
commit
10bab660db
3 changed files with 9 additions and 13 deletions
|
@ -29,7 +29,7 @@
|
|||
networking = {
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 8000 42595 1420 ];
|
||||
allowedTCPPorts = [ 8000 42595 1420 7777 ];
|
||||
allowedUDPPorts = [ 24642 ];
|
||||
};
|
||||
hostName = "totsugeki";
|
||||
|
@ -110,7 +110,7 @@
|
|||
};
|
||||
gvfs.enable = true;
|
||||
jellyfin = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
pipewire = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue