From 30a6ea623067ff363365be230b320d67745bf35b Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 29 Dec 2025 07:52:26 +0000 Subject: [PATCH] format --- profiles/opencode.nix | 2 +- profiles/postgresql.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/opencode.nix b/profiles/opencode.nix index 107239f..355387b 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -148,6 +148,6 @@ model = "google/gemini-3-flash"; }; }; - disabled_hooks = [ "startup-toast" "background-notification" "session-notification" ]; + disabled_hooks = ["startup-toast" "background-notification" "session-notification"]; }; } diff --git a/profiles/postgresql.nix b/profiles/postgresql.nix index d9bbd1c..309589a 100644 --- a/profiles/postgresql.nix +++ b/profiles/postgresql.nix @@ -29,5 +29,5 @@ networking.firewall.interfaces."docker0".allowedTCPPorts = [5432]; networking.firewall.interfaces."tailscale0".allowedTCPPorts = [5432]; - networking.firewall.interfaces."br-+".allowedTCPPorts = [5432]; + networking.firewall.interfaces."br-+".allowedTCPPorts = [5432]; }