Compare commits
1 commit
745ce62f88
...
c98d2fe289
Author | SHA1 | Date | |
---|---|---|---|
c98d2fe289 |
4 changed files with 3 additions and 9 deletions
|
@ -208,6 +208,7 @@
|
|||
element-desktop
|
||||
tdesktop
|
||||
qq
|
||||
feishu
|
||||
|
||||
# Password manager
|
||||
bitwarden
|
||||
|
@ -264,11 +265,6 @@
|
|||
custom.forgejo-actions-runner.enable = true;
|
||||
custom.forgejo-actions-runner.tokenFile = config.sops.secrets.gitea_env.path;
|
||||
|
||||
custom.prometheus = {
|
||||
enable = true;
|
||||
exporters.enable = true;
|
||||
};
|
||||
|
||||
# MTP support
|
||||
services.gvfs.enable = true;
|
||||
|
||||
|
|
|
@ -49,8 +49,6 @@ in
|
|||
networking.firewall.allowedTCPPorts = [ 80 8080 ];
|
||||
networking.firewall.allowedUDPPorts = [ ] ++ (lib.range 6311 6314);
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
custom.prometheus = {
|
||||
enable = false;
|
||||
exporters.enable = false;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
./services.nix
|
||||
];
|
||||
|
||||
commonSettings = {
|
||||
customSettings = {
|
||||
auth.enable = true;
|
||||
nix.enable = true;
|
||||
};
|
||||
|
|
|
@ -103,7 +103,7 @@ in
|
|||
name = "ntfy";
|
||||
webhook_configs = [
|
||||
{
|
||||
url = "https://ntfy.xinyang.life/prometheus-alerts";
|
||||
url = "${config.services.ntfy-sh.settings.base-url}/prometheus-alerts";
|
||||
send_resolved = true;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue