add syncthing
This commit is contained in:
parent
43a21e8d34
commit
67fc904c03
2 changed files with 7 additions and 0 deletions
|
@ -2,5 +2,6 @@ _: {
|
||||||
imports = [
|
imports = [
|
||||||
./firefox
|
./firefox
|
||||||
./password-manager.nix
|
./password-manager.nix
|
||||||
|
./syncthing
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
6
programs/desktop/syncthing/default.nix
Normal file
6
programs/desktop/syncthing/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{...}: {
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
tray.enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue