added port
This commit is contained in:
parent
d63c5d6364
commit
aadea2bf48
|
@ -31,4 +31,7 @@ in {
|
|||
'';
|
||||
};
|
||||
};
|
||||
|
||||
# Open port so i can access it on my local network
|
||||
networking.firewall.allowedTCPPorts = [port];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue