migrate services from nomad to systemd
Signed-off-by: natto1784 <natto@weirdnatto.in>
This commit is contained in:
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user