7 lines
98 B
Nix
7 lines
98 B
Nix
{ ... }: {
|
|
services.syncthing = {
|
|
enable = true;
|
|
};
|
|
|
|
xsession.initExtra = "syncthing";
|
|
} |