diff --git a/configuration.nix b/configuration.nix index 0abc134..b8753d1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -128,7 +128,7 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; # System packages - environment.systemPackages = with pkgs; []; + environment.systemPackages = with pkgs; [ syncthing ]; # OpenSSH daemon services.openssh.enable = true; @@ -136,9 +136,6 @@ #Tailscale services.tailscale.enable = true; - # Syncthing - services.syncthing.enable = true; - # Android Containers virtualisation.waydroid.enable = true; diff --git a/home.nix b/home.nix index 496d6a3..67bac68 100644 --- a/home.nix +++ b/home.nix @@ -43,7 +43,6 @@ smartgithg spice-gtk steam - syncthing syncthingtray tailscale tailscale-systray