From 70b51c4d2094654dfa5ea675cc2a9807d512c270 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 15 Feb 2025 16:46:14 -0600 Subject: [PATCH] remove encryption requeriment --- jawz.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jawz.nix b/jawz.nix index ca053c9..bc23870 100644 --- a/jawz.nix +++ b/jawz.nix @@ -48,7 +48,7 @@ in folders.librewolf = { path = "/home/jawz/.librewolf/"; copyOwnershipFromParent = true; - type = if config.networking.hostName == "workstation" then "sendonly" else "receiveencrypted"; + type = if config.networking.hostName == "workstation" then "sendonly" else "receive"; devices = [ "server" "miniserver"