vps-private: Enable atuin server

This commit is contained in:
SebastianStork 2026-02-07 21:46:35 +01:00
parent eef54ae432
commit c64820af7f
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -46,6 +46,11 @@
domain = "budget.${privateDomain}";
doBackups = true;
};
atuin = {
enable = true;
domain = "atuin.${privateDomain}";
};
};
};
}