proxy: noe.sh
This commit is contained in:
parent
f120651cf9
commit
a20a5e83da
1 changed files with 7 additions and 5 deletions
|
@ -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 // {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue