chore: maintain

This commit is contained in:
danny 2026-01-20 13:41:53 +08:00
parent 2378a66114
commit 25482857d4
58 changed files with 1095 additions and 747 deletions

View file

@ -5,7 +5,7 @@ in
{
systemConf = {
face = ../../../../home/config/.face;
domain = "net.dn";
domain = "dnywe.com";
};
home-manager.users."${username}" =

View file

@ -1,10 +1,12 @@
{
self,
config,
pkgs,
lib,
...
}:
let
serverCfg = self.nixosConfigurations.dn-server.config;
inherit (config.systemConf) username;
ntfyWrapper = import ../../../../home/scripts/ntfy.nix { inherit config pkgs lib; };
in
@ -30,7 +32,7 @@ in
{
enable = true;
settings = {
default-host = "https://ntfy.net.dn";
default-host = serverCfg.services.ntfy-sh.settings.base-url;
subscribe = [
{
topic = "public-notifications";