diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-15 15:43:45 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-15 15:59:27 +0530 |
| commit | 926f411a4c703cab001d64b7f8b9701b79a7dc5c (patch) | |
| tree | a95b94fe0061309b6b422c1c889f9595de439c53 /modules/notifications/default.nix | |
| parent | 03d52d1317af446c513c0257f8c497fed2bfbad8 (diff) | |
| download | homeserver-nixos-config-926f411a4c703cab001d64b7f8b9701b79a7dc5c.tar.gz homeserver-nixos-config-926f411a4c703cab001d64b7f8b9701b79a7dc5c.zip | |
Refactor settings management + dashboard links
Diffstat (limited to '')
| -rw-r--r-- | modules/notifications/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/notifications/default.nix b/modules/notifications/default.nix index 87df67d..453ea43 100644 --- a/modules/notifications/default.nix +++ b/modules/notifications/default.nix @@ -1,6 +1,5 @@ -{ lib, pkgs, ... }: +{ settings, pkgs, ... }: let - settings = import ../../settings.nix { inherit lib; }; host = settings.network.host; ports = settings.network.ports; url = "http://${host}:${toString ports.ntfy}"; |
