stockholm/lass/2configs/sync/weechat.nix
2019-04-17 20:00:06 +02:00

9 lines
224 B
Nix

{
krebs.syncthing.folders = [
{ path = "/home/lass/.weechat"; peers = [ "blue" "green" "mors" ]; }
];
lass.ensure-permissions = [
{ folder = "/home/lass/.weechat"; owner = "lass"; group = "syncthing"; }
];
}