chore: maintain
This commit is contained in:
parent
2378a66114
commit
25482857d4
58 changed files with 1095 additions and 747 deletions
|
|
@ -5,7 +5,7 @@ in
|
|||
{
|
||||
systemConf = {
|
||||
face = ../../../../home/config/.face;
|
||||
domain = "net.dn";
|
||||
domain = "dnywe.com";
|
||||
};
|
||||
|
||||
home-manager.users."${username}" =
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue