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; + }; }