diff --git a/machines/bomba/configuration.nix b/machines/bomba/configuration.nix index 199f606..fc84513 100644 --- a/machines/bomba/configuration.nix +++ b/machines/bomba/configuration.nix @@ -23,7 +23,7 @@ networking.firewall.allowedTCPPorts = [ 22 ]; networking.firewall.allowedUDPPorts = [ ]; # Or disable the firewall altogether. - networking.firewall.enable = true; + networking.firewall.enable = true; xdg.portal.extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];