proxy: noe.sh

This commit is contained in:
41666 2024-01-08 18:35:08 -05:00
parent f120651cf9
commit a20a5e83da

View file

@ -44,6 +44,11 @@ in {
''; '';
}; };
} // defaultConfig; } // defaultConfig;
mekanoesh = static {
url = "https://codeberg.org/noe/personal-site.git";
rev = "cd5c7be9d408bd07eaf68d2932f6402b148f3f6e";
};
in { in {
# Matrix (main) # Matrix (main)
"mx.sapphic.engineer" = defaultConfig // { "mx.sapphic.engineer" = defaultConfig // {
@ -90,12 +95,9 @@ in {
''; '';
}; };
"mekanoe.com" = static { "mekanoe.com" = mekanoesh;
url = "https://codeberg.org/noe/personal-site.git";
rev = "cd5c7be9d408bd07eaf68d2932f6402b148f3f6e";
};
"noe.sh" = config.services.nginx.virtualHosts."mekanoe.com" // { "noe.sh" = mekanoesh // {
}; };