Update syncthing
This commit is contained in:
parent
49cadb8d64
commit
87547dd366
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ path, ... }: let
|
||||
{ config, path, ... }: let
|
||||
devices = [
|
||||
"framework13"
|
||||
"framework16"
|
||||
|
@ -6,6 +6,10 @@
|
|||
"nixos-desktop"
|
||||
];
|
||||
in {
|
||||
# Ensure the folder exists
|
||||
systemd.tmpfiles.rules = [
|
||||
"d ${config.services.syncthing.settings.folders.Pictures.path} - albert albert"
|
||||
];
|
||||
services.syncthing = {
|
||||
settings = {
|
||||
folders = {
|
||||
|
|
Loading…
Add table
Reference in a new issue