diff options
Diffstat (limited to 'hosts/ahmed')
-rw-r--r-- | hosts/ahmed/notifications.linus.onl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ahmed/notifications.linus.onl.nix b/hosts/ahmed/notifications.linus.onl.nix index ba57489..7addaad 100644 --- a/hosts/ahmed/notifications.linus.onl.nix +++ b/hosts/ahmed/notifications.linus.onl.nix @@ -18,7 +18,7 @@ in }; config = mkIf cfg.enable { - my.services.push-notification-api = { + services.push-notification-api = { enable = true; # host = "notifications.linus.onl"; host = "0.0.0.0"; |