Testing syntching
(if works, refactoring needed)
This commit is contained in:
parent
d0c42a5b7f
commit
4a657d52f5
3 changed files with 65 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue