remove encryption requeriment
This commit is contained in:
parent
a5d56bd2c6
commit
70b51c4d20
2
jawz.nix
2
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user