fix: a couple of warnings

main
Ricard Illa 2023-08-04 13:25:47 +02:00
parent afe7d7cb08
commit 7f32325af8
Signed by: rilla
GPG Key ID: 525307BD467E4205
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -151,7 +151,6 @@ in {
};
grub = {
enable = true;
version = 2;
device = "nodev";
enableCryptodisk = true;
efiSupport = true;