syncthing now syncs librewolf profile
This commit is contained in:
11
jawz.nix
11
jawz.nix
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user