Testing syntching (if works, refactoring needed)

This commit is contained in:
Andrea Ciceri 2022-01-19 00:14:50 +01:00
parent d0c42a5b7f
commit 4a657d52f5
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
3 changed files with 65 additions and 1 deletions

View file

@ -56,5 +56,22 @@
};
};
services.syncthing = {
enable = true;
guiAddress = "127.0.0.1:8384";
dataDir = "/home/ccr/syncthing";
user = "ccr";
folders = {
"orgzly" = {
id = "orgzly";
path = "/home/ccr/orgzly";
};
"roam" = {
id = "roam";
path = "/home/ccr/roam";
};
};
};
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
}