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