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
|
|
@ -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