Update syncthing

This commit is contained in:
albert 2025-03-11 10:14:22 -07:00
parent 49cadb8d64
commit 87547dd366
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -1,4 +1,4 @@
{ path, ... }: let
{ config, path, ... }: let
devices = [
"framework13"
"framework16"
@ -6,6 +6,10 @@
"nixos-desktop"
];
in {
# Ensure the folder exists
systemd.tmpfiles.rules = [
"d ${config.services.syncthing.settings.folders.Pictures.path} - albert albert"
];
services.syncthing = {
settings = {
folders = {