Test
This commit is contained in:
parent
53135ca332
commit
858dd5b469
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, config, hostname, username, ... }: {
|
{ pkgs, config, hostname, username, ... }: {
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
username = "${username}";
|
user = "${username}";
|
||||||
settings = {
|
settings = {
|
||||||
folders = {
|
folders = {
|
||||||
"world-of-warcraft" = {
|
"world-of-warcraft" = {
|
||||||
|
|
Loading…
Reference in a new issue