diff --git a/ops/nixos/totoro/default.nix b/ops/nixos/totoro/default.nix index b3c4b1925e..cb6275ec3f 100644 --- a/ops/nixos/totoro/default.nix +++ b/ops/nixos/totoro/default.nix @@ -57,6 +57,8 @@ 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";