Update keys, add Tailscale to the mailserver
This commit is contained in:
parent
4618c3f7fb
commit
1565b21d8b
4 changed files with 20 additions and 8 deletions
|
|
@ -131,7 +131,6 @@ in {
|
|||
editable = true;
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
name = "Prometheus - Mail Server";
|
||||
type = "prometheus";
|
||||
|
|
@ -147,7 +146,6 @@ in {
|
|||
isDefault = false;
|
||||
editable = true;
|
||||
}
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue