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 = [ devices = [
"framework13" "framework13"
"framework16" "framework16"
@ -6,6 +6,10 @@
"nixos-desktop" "nixos-desktop"
]; ];
in { in {
# Ensure the folder exists
systemd.tmpfiles.rules = [
"d ${config.services.syncthing.settings.folders.Pictures.path} - albert albert"
];
services.syncthing = { services.syncthing = {
settings = { settings = {
folders = { folders = {