totoro: boot.zfs.requestEncryptionCredentials = false

This commit is contained in:
Luke Granger-Brown 2024-01-27 20:56:42 +00:00
parent 74448ec61e
commit c4807bde0a

View file

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