Add syncthing via NixOS
Adding it via Home Manager doesn't work, presumably due to WSL.
This commit is contained in:
parent
7e3743d470
commit
37ee30dfc0
|
@ -18,4 +18,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultUser = username;
|
defaultUser = username;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.syncthing.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue