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