deploy isa's portfolio

This commit is contained in:
Joakim Repomaa
2025-05-26 09:38:25 +03:00
parent 027ae0bef8
commit 2e2f4e5fdc
2 changed files with 8 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
darktable
openscad
shutter
git-annex
hledger
hledger-ui
hledger-iadd

View File

@@ -376,6 +376,13 @@ in
subdomain = "irc";
};
nginx.virtualHosts."isarepomaa.com" = {
forceSSL = true;
enableACME = true;
http2 = true;
locations."/".root = "/var/www/isas-portfolio";
};
hledger-web = {
enable = true;
subdomain = "ledger";