update flake inputs

This commit is contained in:
Henri Dohmen 2026-01-07 09:35:02 +01:00
parent be09397818
commit a8332a6a18
Signed by: hd
GPG key ID: AB79213B044674AE
2 changed files with 16 additions and 16 deletions

View file

@ -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;