sync-containers: remove obsolete .decalartive
This commit is contained in:
parent
14aea1ab48
commit
510bfbc9b2
@ -166,6 +166,8 @@ let
|
||||
nick = "buildbot|${hostname}",
|
||||
notify_events = [ 'started', 'finished', 'failure', 'success', 'exception', 'problem' ],
|
||||
channels = [{"channel": "#xxx"}],
|
||||
showBlameList = True,
|
||||
authz={'force': True},
|
||||
)
|
||||
''];
|
||||
|
||||
|
@ -97,7 +97,7 @@ in {
|
||||
${pkgs.coreutils}/bin/chmod a+x /var/lib/containers || :
|
||||
'';
|
||||
|
||||
services.syncthing.declarative.folders = (mapAttrs' (_: ctr: nameValuePair "${(paths ctr.name).${ctr.format}}" ({
|
||||
services.syncthing.folders = (mapAttrs' (_: ctr: nameValuePair "${(paths ctr.name).${ctr.format}}" ({
|
||||
devices = ctr.peers;
|
||||
ignorePerms = false;
|
||||
})) cfg.containers);
|
||||
|
Loading…
Reference in New Issue
Block a user