feat(syncthing): install syncthing
This commit is contained in:
parent
3074827004
commit
7958fb9113
1 changed files with 6 additions and 0 deletions
|
|
@ -220,6 +220,12 @@
|
|||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
user = "khais";
|
||||
configDir = "/home/khais/.config/syncthing";
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue