This commit is contained in:
iFargle 2024-02-13 22:04:54 +09:00
parent 53135ca332
commit 858dd5b469

View file

@ -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" = {