hosts/hina: init

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-08-16 13:44:42 +05:30
parent e281e912d8
commit d4554d43ae
11 changed files with 167 additions and 8 deletions

View File

@@ -68,6 +68,10 @@
publicKey = "SqskEH7hz7Gv9ZS+FYLRFgKZyJCFbBFCyuvzBYnbfVU=";
allowedIPs = [ ips.satori ];
}
{
publicKey = "IHYIan9Xq2PBTSzcMdHpzx4PM67l09WdsGa6s+siyH0=";
allowedIPs = [ ips.hina ];
}
];
};
};

View File

@@ -10,11 +10,6 @@ in
permitRootLogin = "yes";
ports = [ 22 22002 ];
};
znc = {
enable = true;
mutable = true;
useLegacyConfig = false;
};
nginx = {
enable = true;
clientMaxBodySize = "512m";
@@ -52,7 +47,6 @@ in
};
serverAliases = [ "www.${domain}" ];
};
"znc.weirdnatto.in" = genericHttpRProxy { addr = "https://${remilia}:9898"; };
# "vault.${domain}" = genericHttpRProxy { addr = "https://${marisa}:8800"; };
# "consul.${domain}" = genericHttpRProxy { addr = "http://${marisa}:8500"; };
"f.${domain}" = genericHttpRProxy { addr = "http://${marisa}:8000"; };