summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-04-17 17:48:20 +0200
committerlassulus <lassulus@lassul.us>2019-04-17 17:48:20 +0200
commit8d6957c64f310b38df47da587ee1a01437bd6489 (patch)
tree13827d150ca293dd0153cf3338b48987d4dfc796
parent0dc099791b311afabf4ce26de98e9ab628b2d2a0 (diff)
l green.r: sync .weechat
-rw-r--r--lass/1systems/green/config.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lass/1systems/green/config.nix b/lass/1systems/green/config.nix
index 6ae157e3..3abc03c2 100644
--- a/lass/1systems/green/config.nix
+++ b/lass/1systems/green/config.nix
@@ -16,12 +16,13 @@ with import <stockholm/lib>;
krebs.syncthing.folders = [
{ id = "contacts"; path = "/home/lass/contacts"; peers = [ "mors" "blue" "green" "phone" ]; }
+ { path = "/home/lass/.weechat"; peers = [ "blue" "green" "mors" ]; }
];
lass.ensure-permissions = [
{ folder = "/home/lass/contacts"; owner = "lass"; group = "syncthing"; }
+ { folder = "/home/lass/.weechat"; owner = "lass"; group = "syncthing"; }
];
-
#networking.nameservers = [ "1.1.1.1" ];
#time.timeZone = "Europe/Berlin";