Configured Syncthing & various other minor changes
This commit is contained in:
parent
7b080f7f11
commit
ba811dbc3c
20 changed files with 464 additions and 10 deletions
11
.config/nix/modules/syncthing.nix
Normal file
11
.config/nix/modules/syncthing.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
user = "lunita";
|
||||
group = "syncthing";
|
||||
dataDir = "/home/lunita/Sync";
|
||||
configDir = "/home/lunita/.config/syncthing";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue