fmt
This commit is contained in:
parent
a62eee4c33
commit
53fae9d401
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
{ lib, ... }: {
|
||||
networking = {
|
||||
firewall.allowedTCPPorts = [ 51413 ];
|
||||
firewall = {
|
||||
allowedTCPPorts = [
|
||||
51413 #Torrent
|
||||
];
|
||||
};
|
||||
|
||||
hostName = "Skipper";
|
||||
|
||||
|
|
Loading…
Reference in a new issue