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; [
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue