From be64efc5f18553bf091ece92d67af4471178ea43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Santiago?= Date: Sat, 15 Jun 2024 05:24:44 -0400 Subject: [PATCH] Hotfix for syncthing until secrets can be handled --- configuration.nix | 5 +---- home.nix | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) 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