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 | |
parent | df53cd97a22ac201df6e19ce1a2083146bd900ce (diff) |
Update push-notifications-api (to remove 'my' prefix)
-rw-r--r-- | flake.lock | 6 | ||||
-rw-r--r-- | hosts/ahmed/notifications.linus.onl.nix | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -148,11 +148,11 @@ ] }, "locked": { - "lastModified": 1696180615, - "narHash": "sha256-TBCwnIx0f9nWu9XL5vjq/yo+OYoHWKTFYs9dVz7PnPk=", + "lastModified": 1696190926, + "narHash": "sha256-P+xHshXroFFglimeXHJLKnP0nC4X5ouZzKtB02/SYo4=", "owner": "linnnus", "repo": "push-notification-api", - "rev": "2a7b14fdd3a947a60ef9db47429da26f28d346ac", + "rev": "858b2721db4851488da125363dcc620b98d8b0a3", "type": "github" }, "original": { 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"; |