hyperhive host: force ssl, ssh alias for hyperforge
This commit is contained in:
parent
ba5360c094
commit
2aa87cffb8
2 changed files with 5 additions and 1 deletions
|
|
@ -55,6 +55,10 @@
|
|||
HostName = "forgejo-runner-1.dev.zerforschen.plus";
|
||||
User = "root";
|
||||
};
|
||||
"hyperforge" = {
|
||||
HostName = "hyperforge.darkest.space";
|
||||
User = "root";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ in
|
|||
};
|
||||
|
||||
"hyperhive.darkest.space" = {
|
||||
addSSL = true;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
root = hyperhive-website.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue