infrastructure/machines/compute01/signald.nix
Ryan Lahfa 4237fc57bd feat(services): init signald on compute01
This is to bridge all DGNum channels and hackENS.

Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
2024-02-19 19:55:06 +01:00

7 lines
159 B
Nix

{ ... }: {
# Ask Ryan for administration
# as he's using one of his N phone numbers for the registration.
services.signald = {
enable = true;
};
}