book search engine #18

Open
Richie wants to merge 28 commits from feature/book-search-engine into main
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 2c366e581d - Show all commits
+2
View File
@@ -32,6 +32,8 @@
enable = true;
allowedTCPPorts = [
8000
8001
8002
];
};
networkmanager.enable = true;
+3
View File
@@ -17,6 +17,9 @@
allowedTCPPorts = [ ];
allowedUDPPorts = [ ];
};
allowedTCPPorts = [
8070
];
};
useNetworkd = true;
};