hosts/sugarcane: fix secrets
This commit is contained in:
parent
613280b0e2
commit
c34578dd03
3 changed files with 12 additions and 11 deletions
|
|
@ -27,16 +27,16 @@
|
|||
forceSSL = true;
|
||||
root = inputs.website.outPath;
|
||||
};
|
||||
"_" = {
|
||||
default = true;
|
||||
addSSL = true;
|
||||
# TODO generate this somewhere
|
||||
sslCertificate = "/persist/fakeCerts/fake.crt";
|
||||
sslCertificateKey = "/persist/fakeCerts/fake.key";
|
||||
extraConfig = ''
|
||||
return 444;
|
||||
'';
|
||||
};
|
||||
# "_" = {
|
||||
# default = true;
|
||||
# addSSL = true;
|
||||
# # TODO generate this somewhere
|
||||
# sslCertificate = "/persist/fakeCerts/fake.crt";
|
||||
# sslCertificateKey = "/persist/fakeCerts/fake.key";
|
||||
# extraConfig = ''
|
||||
# return 444;
|
||||
# '';
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue