caddy: generate from hugo instead
This commit is contained in:
@@ -47,6 +47,11 @@
|
||||
url = "github:Titaniumtown/senior-project-website";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
website = {
|
||||
url = "git+https://git.gardling.com/titaniumtown/website";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -93,9 +98,6 @@
|
||||
|
||||
https = {
|
||||
certs = services_dir + "/http_certs";
|
||||
# TODO! generate website from repo directly using hugo
|
||||
data_dir = services_dir + "/http/www";
|
||||
|
||||
domain = "gardling.com";
|
||||
wg_ip = "192.168.15.1";
|
||||
matrix_hostname = "matrix.${service_configs.https.domain}";
|
||||
|
||||
Reference in New Issue
Block a user