feat(services): init signald on compute01

This is to bridge all DGNum channels and hackENS.

Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
Ryan Lahfa 2024-02-17 02:44:34 +01:00
parent 9059ebe4d8
commit 4237fc57bd
3 changed files with 9 additions and 0 deletions

1
.pre-commit-config.yaml Symbolic link
View file

@ -0,0 +1 @@
/nix/store/wcnaf4513sl44pqq6qdv7gb2y7bclfl9-pre-commit-config.json

View file

@ -22,6 +22,7 @@ lib.extra.mkConfig {
"satosa"
"vaultwarden"
"zammad"
"signald"
];
extraConfig = {

View file

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