UPdate pictures
This commit is contained in:
parent
e9b5800e5e
commit
abd9a4e44b
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue