stockholm/lass/2configs/sync/weechat.nix

9 lines
199 B
Nix
Raw Normal View History

2019-04-17 18:00:06 +00:00
{
2019-04-18 08:16:02 +00:00
krebs.syncthing.folders."/home/lass/.weechat".peers = [ "blue" "green" "mors" ];
krebs.permown."/home/lass/.weechat" = {
owner = "lass";
group = "syncthing";
umask = "0007";
};
2019-04-17 18:00:06 +00:00
}