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