book search engine #18

Open
Richie wants to merge 29 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; enable = true;
allowedTCPPorts = [ allowedTCPPorts = [
8000 8000
8001
8002
]; ];
}; };
networkmanager.enable = true; networkmanager.enable = true;
+3
View File
@@ -17,6 +17,9 @@
allowedTCPPorts = [ ]; allowedTCPPorts = [ ];
allowedUDPPorts = [ ]; allowedUDPPorts = [ ];
}; };
allowedTCPPorts = [
8070
];
}; };
useNetworkd = true; useNetworkd = true;
}; };