Added syncthing for user jan
This commit is contained in:
parent
9176a7d0a3
commit
ecb739e2cd
1 changed files with 12 additions and 0 deletions
|
|
@ -103,6 +103,18 @@
|
||||||
# Install ZSH
|
# Install ZSH
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
|
# Install syncthing for user jan
|
||||||
|
services = {
|
||||||
|
syncthing = {
|
||||||
|
enable = true;
|
||||||
|
user = "jan";
|
||||||
|
# Default folder for new synced folders
|
||||||
|
dataDir = "/home/jan/Documents";
|
||||||
|
# Folder for Syncthing's settings and keys
|
||||||
|
configDir = "/home/jan/.config/syncthing";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue