fix: a couple of warnings
parent
afe7d7cb08
commit
7f32325af8
|
@ -90,7 +90,6 @@
|
||||||
"homer.monotremata.xyz" = {
|
"homer.monotremata.xyz" = {
|
||||||
sslCertificate = "/srv/certs/acme/monotremata.xyz/fullchain.pem";
|
sslCertificate = "/srv/certs/acme/monotremata.xyz/fullchain.pem";
|
||||||
sslCertificateKey = "/srv/certs/acme/monotremata.xyz/key.pem";
|
sslCertificateKey = "/srv/certs/acme/monotremata.xyz/key.pem";
|
||||||
addSSL = true;
|
|
||||||
onlySSL = true;
|
onlySSL = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
|
|
|
@ -151,7 +151,6 @@ in {
|
||||||
};
|
};
|
||||||
grub = {
|
grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
version = 2;
|
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
enableCryptodisk = true;
|
enableCryptodisk = true;
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
|
|
Loading…
Reference in New Issue