removed unused syncthing config options
This commit is contained in:
parent
597c25b49d
commit
759390af8d
4 changed files with 7 additions and 66 deletions
|
@ -17,15 +17,6 @@
|
|||
};
|
||||
eve.isDesktopUser = true;
|
||||
};
|
||||
sync = {
|
||||
enable = true;
|
||||
folders = {
|
||||
share.enable = true;
|
||||
leyla = {
|
||||
documents.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
|
@ -66,6 +57,8 @@
|
|||
# "--advertise-tags=tag:client,tag:mobile"
|
||||
];
|
||||
};
|
||||
|
||||
syncthing.enable = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue