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 = [
|
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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue