diff --git a/ops/nixos/totoro/default.nix b/ops/nixos/totoro/default.nix index 6b51931054..0d35335e69 100644 --- a/ops/nixos/totoro/default.nix +++ b/ops/nixos/totoro/default.nix @@ -57,8 +57,6 @@ in { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.zfs.requestEncryptionCredentials = false; - services.postgresql.package = pkgs.postgresql_13; services.postgresql.settings.shared_buffers = "16GB"; services.postgresql.settings.work_mem = "1GB";