This commit is contained in:
Adithya 2024-03-23 22:03:08 +05:30
parent a62eee4c33
commit 53fae9d401
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -1,6 +1,10 @@
{ lib, ... }: {
networking = {
firewall.allowedTCPPorts = [ 51413 ];
firewall = {
allowedTCPPorts = [
51413 #Torrent
];
};
hostName = "Skipper";