diff options
author | Linnnus <[email protected]> | 2023-10-01 22:10:46 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-01 22:10:46 +0200 |
commit | 5a06cffbe8a2bf32b6c77394c3e1494fe484bfa9 (patch) | |
tree | 78eb77be3a76c4fc5242060bb91cd038e2efddaf /hosts | |
parent | df53cd97a22ac201df6e19ce1a2083146bd900ce (diff) |
Update push-notifications-api (to remove 'my' prefix)
Diffstat (limited to 'hosts')
-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"; |