mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Moved syncthing from service to pkg
This commit is contained in:
parent
e8717a6466
commit
a225cb5f37
1 changed files with 3 additions and 8 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue