1
0
Fork 0

Few changes

This commit is contained in:
Avery 2024-12-10 16:54:57 +01:00
parent d9f0f4ad20
commit 10bab660db
Signed by: Avery
GPG key ID: B684FD451B692E04
3 changed files with 9 additions and 13 deletions

View file

@ -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 = {