update flake inputs
This commit is contained in:
parent
be09397818
commit
a8332a6a18
2 changed files with 16 additions and 16 deletions
|
|
@ -75,8 +75,8 @@ in
|
|||
services.syncthing = lib.mkIf cfg.enable (
|
||||
assert lib.assertMsg (builtins.elem this devices) "${this} is not in devices in mod/syncthing.nix";
|
||||
{
|
||||
inherit folders;
|
||||
settings = {
|
||||
inherit folders;
|
||||
devices = var.syncthing.all;
|
||||
};
|
||||
key = lib.optionalAttrs is-managed config.age.secrets.syncthing-key.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue