diff --git a/hosts/aspi/default.nix b/hosts/aspi/default.nix index e7b277b..9d9990c 100644 --- a/hosts/aspi/default.nix +++ b/hosts/aspi/default.nix @@ -29,6 +29,8 @@ networking.hostName = "aspi"; system.stateVersion = "24.05"; + # networking.firewall.checkReversePath = false; # Makes wg interface with all ips work + modules = { syncthing = { enable = true;