mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
yeet nix-fu.com
This commit is contained in:
parent
3563e757ee
commit
b8e5d9ccb5
1 changed files with 0 additions and 7 deletions
|
|
@ -40,13 +40,6 @@
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"nix-fu.com" = {
|
|
||||||
forceSSL = true;
|
|
||||||
sslCertificate = config.sops.secrets.nixfu_ssl_cert.path;
|
|
||||||
sslCertificateKey = config.sops.secrets.nixfu_ssl_key.path;
|
|
||||||
serverAliases = [ "www.nix-fu.com" ];
|
|
||||||
globalRedirect = "github.com/Gerg-L";
|
|
||||||
};
|
|
||||||
"_" = {
|
"_" = {
|
||||||
default = true;
|
default = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue