syncthing now syncs librewolf profile
This commit is contained in:
parent
c4611b9041
commit
a5d56bd2c6
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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user