2024-02-17 21:05:34 +01:00
|
|
|
{ pkgs, ... }:
|
|
|
|
{
|
2024-02-17 02:44:34 +01:00
|
|
|
# Ask Ryan for administration
|
|
|
|
# as he's using one of his N phone numbers for the registration.
|
|
|
|
services.signald = {
|
|
|
|
enable = true;
|
|
|
|
};
|
2024-02-17 21:05:34 +01:00
|
|
|
environment.systemPackages = [ pkgs.signaldctl ];
|
2024-02-17 02:44:34 +01:00
|
|
|
}
|