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]; }