diff options
author | lassulus <lassulus@lassul.us> | 2019-04-17 17:48:20 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-04-17 17:48:20 +0200 |
commit | 8d6957c64f310b38df47da587ee1a01437bd6489 (patch) | |
tree | 13827d150ca293dd0153cf3338b48987d4dfc796 /lass/1systems/green/config.nix | |
parent | 0dc099791b311afabf4ce26de98e9ab628b2d2a0 (diff) |
l green.r: sync .weechat
Diffstat (limited to 'lass/1systems/green/config.nix')
-rw-r--r-- | lass/1systems/green/config.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lass/1systems/green/config.nix b/lass/1systems/green/config.nix index 6ae157e38..3abc03c2f 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"; |