diff --git a/hosts/lb/default.nix b/hosts/lb/default.nix index e63444e..44f3abb 100644 --- a/hosts/lb/default.nix +++ b/hosts/lb/default.nix @@ -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; diff --git a/hosts/trantor/default.nix b/hosts/trantor/default.nix index 7d049ee..2af2885 100644 --- a/hosts/trantor/default.nix +++ b/hosts/trantor/default.nix @@ -151,7 +151,6 @@ in { }; grub = { enable = true; - version = 2; device = "nodev"; enableCryptodisk = true; efiSupport = true;