Update Pictures Syncthing
This commit is contained in:
parent
66ed5e6222
commit
c3d7cd22b5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ username, path, ... }: let
|
||||
{ path, ... }: let
|
||||
devices = [
|
||||
"framework13"
|
||||
"framework16"
|
||||
|
@ -8,7 +8,7 @@
|
|||
in {
|
||||
# Ensure the folder exists
|
||||
systemd.tmpfiles.rules = [
|
||||
"d ${path} - ${username} ${username}"
|
||||
"d ${path} - albert albert"
|
||||
];
|
||||
services.syncthing = {
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Reference in a new issue