removed unused syncthing config options
This commit is contained in:
parent
597c25b49d
commit
759390af8d
4 changed files with 7 additions and 66 deletions
|
@ -29,15 +29,6 @@
|
|||
openRGB.enable = true;
|
||||
graphicsAcceleration.enable = true;
|
||||
};
|
||||
sync = {
|
||||
enable = true;
|
||||
folders = {
|
||||
share.enable = true;
|
||||
leyla = {
|
||||
documents.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
@ -65,6 +56,8 @@
|
|||
"--advertise-routes=192.168.0.0/24"
|
||||
];
|
||||
};
|
||||
|
||||
syncthing.enable = true;
|
||||
};
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue