diff options
author | makefu <github@syntax-fehler.de> | 2020-04-21 21:50:59 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-04-21 21:50:59 +0200 |
commit | c96504d9a0f8f9f5c80c9630906c177ff3667e55 (patch) | |
tree | 7b763ca595967bfcc5d8307751091f373fd38e47 /lass/2configs/sync/weechat.nix | |
parent | 4fc2235ab0a8a11ea21965c86e5ba17279384db4 (diff) | |
parent | cabaf519b5970cbe5c1e57832d3bd12da4f47371 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/2configs/sync/weechat.nix')
-rw-r--r-- | lass/2configs/sync/weechat.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/sync/weechat.nix b/lass/2configs/sync/weechat.nix index 30c7b262b..ccbfc75a1 100644 --- a/lass/2configs/sync/weechat.nix +++ b/lass/2configs/sync/weechat.nix @@ -1,5 +1,5 @@ { - krebs.syncthing.folders."/home/lass/.weechat".peers = [ "blue" "green" "mors" ]; + services.syncthing.declarative.folders."/home/lass/.weechat".devices = [ "blue" "green" "mors" ]; krebs.permown."/home/lass/.weechat" = { owner = "lass"; group = "syncthing"; |