chore: update hyprland

This commit is contained in:
danny 2025-11-24 20:27:02 +08:00
parent c7743490a7
commit 4456977b9e
8 changed files with 309 additions and 202 deletions

View file

@ -202,4 +202,18 @@ in
'';
};
};
services.mail-ntfy-server = {
enable = true;
settings = {
NTFY_URL = "https://ntfy.net.dn";
NTFY_TOPIC = "dachxy-mail";
NTFY_RCPTS = [ "dachxy@dnywe.com" ];
HOST = "127.0.0.1";
PORT = 31010;
};
environmentFiles = [
config.sops.secrets."ntfy".path
];
};
}