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 ];