summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/weechat.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/sync/weechat.nix')
-rw-r--r--lass/2configs/sync/weechat.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/lass/2configs/sync/weechat.nix b/lass/2configs/sync/weechat.nix
new file mode 100644
index 00000000..d10177b1
--- /dev/null
+++ b/lass/2configs/sync/weechat.nix
@@ -0,0 +1,8 @@
+{
+ krebs.syncthing.folders = [
+ { path = "/home/lass/.weechat"; peers = [ "blue" "green" "mors" ]; }
+ ];
+ lass.ensure-permissions = [
+ { folder = "/home/lass/.weechat"; owner = "lass"; group = "syncthing"; }
+ ];
+}