Torjus Håkestad c43e2aa063
Some checks failed
Run nix flake check / flake-check (push) Failing after 17m6s
Periodic flake update / flake-update (push) Successful in 1m28s
Add nats server
2025-02-08 00:26:53 +01:00

8 lines
80 B
Nix

{ ... }:
{
imports = [
./configuration.nix
../../services/nats
];
}