feat: add elytra

This commit is contained in:
2025-09-26 09:46:57 -04:00
parent f3a34a5482
commit 92ea15f919
8 changed files with 200 additions and 28 deletions

View File

@@ -14,6 +14,8 @@
./service/photos.nix
./service/radicale.nix
./service/wakapi.nix
./service/elytra.nix
];
# Use the systemd-boot EFI boot loader.
@@ -48,6 +50,8 @@
"audio.koon.us" = "http://localhost:8021";
"radicale.koon.us" = "http://localhost:5232";
"waka.koon.us" = "http://localhost:3006";
"ride.koon.us" = "http://localhost:3007";
"ride-api.koon.us" = "http://localhost:8080";
};
default = "http_status:404";
};