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:
parent
9059ebe4d8
commit
4237fc57bd
3 changed files with 9 additions and 0 deletions
1
.pre-commit-config.yaml
Symbolic link
1
.pre-commit-config.yaml
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/nix/store/wcnaf4513sl44pqq6qdv7gb2y7bclfl9-pre-commit-config.json
|
|
@ -22,6 +22,7 @@ lib.extra.mkConfig {
|
||||||
"satosa"
|
"satosa"
|
||||||
"vaultwarden"
|
"vaultwarden"
|
||||||
"zammad"
|
"zammad"
|
||||||
|
"signald"
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
|
7
machines/compute01/signald.nix
Normal file
7
machines/compute01/signald.nix
Normal 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;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue