book search engine #18

Merged
Richie merged 43 commits from feature/book-search-engine into main 2026-06-21 22:31:45 -04:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit dce1838163 - 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;
}; };