forked from fabian/nix_config
re-remove syncthing lol
This commit is contained in:
parent
38c41707e9
commit
8795fa3bb4
3 changed files with 0 additions and 22 deletions
|
@ -15,6 +15,5 @@
|
|||
./defaultDesktopPack.nix
|
||||
./mapping.nix
|
||||
./zed.nix
|
||||
./syncthing.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.local.services.syncthing;
|
||||
in {
|
||||
options.local.services.syncthing = {
|
||||
enable = mkEnableOption "syncthing settings";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
tray.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue