Update keys, add Tailscale to the mailserver

This commit is contained in:
Root User 2026-02-15 16:34:15 +01:00
parent 4618c3f7fb
commit 1565b21d8b
Signed by: root
GPG key ID: 087F0A95E5766D72
4 changed files with 20 additions and 8 deletions

View file

@ -131,7 +131,6 @@ in {
editable = true;
}
{
name = "Prometheus - Mail Server";
type = "prometheus";
@ -147,7 +146,6 @@ in {
isDefault = false;
editable = true;
}
];
};
};

View file

@ -41,6 +41,9 @@ in {
];
config = {
# Enable Tailscale for remote access to Traefik dashboard and configuration
services.tailscale.enable = true;
local.hostname = "nixos-mailserver";
local.username = "mailprg";
local.userDescription = "NixOS PRG Mailing Service";