UPdate pictures

This commit is contained in:
albert 2025-03-11 10:22:04 -07:00
parent e9b5800e5e
commit abd9a4e44b
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

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