From f144dd17b85bdfdcaa4bdb9ab7b34b95af6ac41a Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sun, 3 Jan 2021 16:40:27 +0100 Subject: [PATCH] fix frumar zfs boot timeout --- logical/frumar.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/logical/frumar.nix b/logical/frumar.nix index f1bf12b..9ac3573 100644 --- a/logical/frumar.nix +++ b/logical/frumar.nix @@ -59,6 +59,7 @@ # unifiPassword = "ReadOnlyPassword"; # }; }; + boot.zfs.requestEncryptionCredentials = false; networking.firewall.interfaces.wg-y.allowedTCPPorts = [ 3000 9090 ]; networking.firewall.allowedTCPPorts = [ 1883 ]; networking.firewall.allowedUDPPorts = [ 1883 ];