From 8c91d2a47c071f4eed75d6d6a42d5b642753fae2 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sat, 15 Nov 2025 20:35:12 +0100 Subject: [PATCH] Add 'Syncthing' to 'astyanax' host --- hosts/astyanax/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/astyanax/configuration.nix b/hosts/astyanax/configuration.nix index 027202b..e2fbb23 100644 --- a/hosts/astyanax/configuration.nix +++ b/hosts/astyanax/configuration.nix @@ -31,7 +31,6 @@ desktopManager.gnome.enable = true; }; - home-manager = { useGlobalPkgs = true; useUserPackages = true; @@ -44,4 +43,9 @@ enable = true; harden = true; }; + + services.syncthing = { + enable = true; + openDefaultPorts = true; + }; }