syncthing now syncs librewolf profile

This commit is contained in:
Danilo Reyes 2025-02-15 16:39:37 -06:00
parent c4611b9041
commit a5d56bd2c6

View File

@ -45,6 +45,17 @@ in
];
ignorePerms = false;
};
folders.librewolf = {
path = "/home/jawz/.librewolf/";
copyOwnershipFromParent = true;
type = if config.networking.hostName == "workstation" then "sendonly" else "receiveencrypted";
devices = [
"server"
"miniserver"
"workstation"
];
ignorePerms = false;
};
};
};
users.users.jawz = {