book search engine #18
@@ -32,6 +32,8 @@
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
8000
|
||||
8001
|
||||
8002
|
||||
];
|
||||
};
|
||||
networkmanager.enable = true;
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
allowedTCPPorts = [ ];
|
||||
allowedUDPPorts = [ ];
|
||||
};
|
||||
allowedTCPPorts = [
|
||||
8070
|
||||
];
|
||||
};
|
||||
useNetworkd = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user