forked from DGNum/infrastructure
feat(services): add signaldctl on compute01
Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
parent
4237fc57bd
commit
d17189f4b8
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# Ask Ryan for administration
|
||||
# as he's using one of his N phone numbers for the registration.
|
||||
services.signald = {
|
||||
enable = true;
|
||||
};
|
||||
environment.systemPackages = [ pkgs.signaldctl ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue