summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/weechat.nix
blob: 30c7b262be208cfe48114a7706b37ced7206d524 (plain)
1
2
3
4
5
6
7
8
{
  krebs.syncthing.folders."/home/lass/.weechat".peers = [ "blue" "green" "mors" ];
  krebs.permown."/home/lass/.weechat" = {
    owner = "lass";
    group = "syncthing";
    umask = "0007";
  };
}