migrate services from nomad to systemd

Signed-off-by: natto1784 <natto@weirdnatto.in>
This commit is contained in:
2023-07-26 22:42:26 +05:30
parent ff831dc3e0
commit 1fc6e8cd96
7 changed files with 319 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
{
addresses = {
addresses = rec {
wireguard = rec {
ipPrefix = "10.55.0";
prefixLength = 24;
@@ -13,6 +13,7 @@
domain = {
natto = "weirdnatto.in";
};
subdomain = builtins.mapAttrs(_: domain: (sub: "${sub}.${domain}")) domain;
};
commonSSHKeys = [