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 = [
|
devices = [
|
||||||
"framework13"
|
"framework13"
|
||||||
"framework16"
|
"framework16"
|
||||||
|
@ -6,6 +6,10 @@
|
||||||
"nixos-desktop"
|
"nixos-desktop"
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
|
# Ensure the folder exists
|
||||||
|
systemd.tmpfiles.rules = [
|
||||||
|
"d ${config.services.syncthing.settings.folders.Pictures.path} - albert albert"
|
||||||
|
];
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
settings = {
|
settings = {
|
||||||
folders = {
|
folders = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue