add nostr-relay nixos module
All checks were successful
Build tests / build-hosts (pull_request) Successful in 23s
Flake check / flake-check (pull_request) Successful in 22s

This commit is contained in:
sid 2026-05-10 23:37:44 +02:00
parent 6991318eb9
commit f3c63493ab
2 changed files with 58 additions and 0 deletions

View file

@ -21,6 +21,7 @@
miniflux = import ./miniflux;
nginx = import ./nginx;
normalUsers = import ./normalUsers;
nostr-relay = import ./nostr-relay;
nvidia = import ./nvidia;
ollama = import ./ollama;
open-webui-oci = import ./open-webui-oci;