Moved syncthing from service to pkg

This commit is contained in:
Bryan Ramos 2023-05-01 06:35:16 -04:00
parent e8717a6466
commit a225cb5f37

View file

@ -12,7 +12,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
firefox firefox
(tor-browser-bundle-bin.override { (tor-browser-bundle-bin.override {
useHardenedMalloc = false; useHardenedMalloc = false; # Nix specific bug in tor browser requires disabling useHardenedMalloc
}) })
spotify spotify
@ -25,6 +25,7 @@
android-studio android-studio
syncthing
rsync rsync
wget wget
curl curl
@ -64,13 +65,7 @@
]; ];
}; };
# Services # SERVICES
services = {
syncthing = {
enable = true;
};
};
# GPG SSH AGENT # GPG SSH AGENT
home.sessionVariables = { home.sessionVariables = {