Add syncthing
This commit is contained in:
6
home.nix
6
home.nix
@@ -32,6 +32,7 @@
|
||||
# Note: Game packages like Steam and Prism should be installed through flatpak, or at system level.
|
||||
|
||||
# CLI Apps
|
||||
syncthing
|
||||
torsocks
|
||||
neofetch
|
||||
unzip
|
||||
@@ -155,6 +156,11 @@
|
||||
# ----------------------- PROGRAM CONFIGURATION -------------------------
|
||||
# =======================================================================
|
||||
|
||||
# Autostart Syncthing on boot
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
# Default browser
|
||||
|
||||
Reference in New Issue
Block a user