forked from DGNum/infrastructure
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
|
@ -22,6 +22,7 @@ lib.extra.mkConfig {
|
|||
"satosa"
|
||||
"vaultwarden"
|
||||
"zammad"
|
||||
"signald"
|
||||
];
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue