Update Pictures Syncthing

This commit is contained in:
albert 2025-04-30 11:27:24 +02:00
parent 66ed5e6222
commit c3d7cd22b5
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -1,4 +1,4 @@
{ username, path, ... }: let { path, ... }: let
devices = [ devices = [
"framework13" "framework13"
"framework16" "framework16"
@ -8,7 +8,7 @@
in { in {
# Ensure the folder exists # Ensure the folder exists
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"d ${path} - ${username} ${username}" "d ${path} - albert albert"
]; ];
services.syncthing = { services.syncthing = {
settings = { settings = {