created reverse_proxy.nix

This commit is contained in:
Leyla Becker 2024-12-12 20:00:42 -06:00
parent 12658718a7
commit 86a690a321
2 changed files with 51 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{...}: {
imports = [
./network_storage
./reverse_proxy.nix
];
}