This commit is contained in:
2025-12-29 07:52:26 +00:00
parent b60c7533ff
commit 30a6ea6230
2 changed files with 2 additions and 2 deletions

View File

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

View File

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