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