gorgon: disable syncthing temporarily
This commit is contained in:
parent
ba010e4e08
commit
95fd1b26ec
1 changed files with 2 additions and 2 deletions
|
@ -132,10 +132,10 @@ in
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
22000 # Syncthing
|
# 22000 # Syncthing
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
21027 # Syncthing
|
# 21027 # Syncthing
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue