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
|
./defaultDesktopPack.nix
|
||||||
./mapping.nix
|
./mapping.nix
|
||||||
./zed.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;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -39,7 +39,6 @@
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
mapping.enable = true;
|
mapping.enable = true;
|
||||||
zed.enable = true;
|
zed.enable = true;
|
||||||
syncthing.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gui = {
|
gui = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue