nixos: Add Netdata
This commit is contained in:
@@ -54,6 +54,8 @@
|
||||
};
|
||||
|
||||
services = {
|
||||
netdata.enable = true;
|
||||
|
||||
transmission = {
|
||||
enable = true;
|
||||
downloadDirPermissions = null;
|
||||
|
@@ -31,7 +31,7 @@ in
|
||||
tcp dport ${toString transmissionPeerPort} accept
|
||||
iifname vpn return
|
||||
|
||||
tcp dport { 9091, 9117, 7878, 8989, 8096 } accept
|
||||
tcp dport { 19999, 9091, 9117, 7878, 8989, 8096 } accept
|
||||
return
|
||||
}
|
||||
chain input {
|
||||
|
Reference in New Issue
Block a user