Made server config easier

This commit is contained in:
2025-10-12 08:41:56 +02:00
parent 78dc043981
commit 6a62fed7d4
4 changed files with 15 additions and 12 deletions

View File

@@ -24,7 +24,7 @@
networking.firewall.allowedUDPPorts = [ ];
# Or disable the firewall altogether.
networking.firewall.enable = true;
xdg.portal.extraPortals = with pkgs; [
xdg-desktop-portal-gtk
];
# xdg.portal.extraPortals = with pkgs; [
# xdg-desktop-portal-gtk
# ];
}