home: Re‐enable Syncthing service
This commit is contained in:
parent
450f4ec169
commit
0cd20737ef
1 changed files with 5 additions and 0 deletions
|
@ -327,6 +327,11 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
tray.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
xdg.mimeApps.enable = true;
|
xdg.mimeApps.enable = true;
|
||||||
|
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
|
|
Loading…
Reference in a new issue