From 78dc043981f84006eebb0e002976c6c65180af7d Mon Sep 17 00:00:00 2001 From: Superredstone Date: Sun, 12 Oct 2025 08:32:56 +0200 Subject: [PATCH] Fixed indentation --- machines/bomba/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];