syntching
testing and qmk
This commit is contained in:
parent
4a657d52f5
commit
63ee0f1209
6 changed files with 16 additions and 50 deletions
8
profiles/syncthing/default.nix
Normal file
8
profiles/syncthing/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
guiAddress = "127.0.0.1:8384";
|
||||
dataDir = "/home/ccr/syncthing";
|
||||
user = "ccr";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue