add syncthing to vps
This commit is contained in:
parent
a3d1f59c43
commit
c18309aead
2 changed files with 17 additions and 7 deletions
|
|
@ -3,5 +3,11 @@
|
|||
{
|
||||
imports = [
|
||||
../home-default.nix
|
||||
../../../modules/syncthing.nix
|
||||
];
|
||||
|
||||
syncthing-custom = {
|
||||
enabledFolders = [ "Credentials" ];
|
||||
enableGui = false;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue