diff --git a/modules/system/configuration.nix b/modules/system/configuration.nix index 7b92bbb4..ec45f49a 100644 --- a/modules/system/configuration.nix +++ b/modules/system/configuration.nix @@ -83,6 +83,10 @@ # Remove bloat programs.nano.enable = lib.mkForce false; + + # Localsend is helpful for setting up new systems or quickly transferring files + programs.localsend.enable = true; + programs.localsend.openFirewall = true; }; }