format
This commit is contained in:
@@ -148,6 +148,6 @@
|
|||||||
model = "google/gemini-3-flash";
|
model = "google/gemini-3-flash";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
disabled_hooks = [ "startup-toast" "background-notification" "session-notification" ];
|
disabled_hooks = ["startup-toast" "background-notification" "session-notification"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,5 +29,5 @@
|
|||||||
|
|
||||||
networking.firewall.interfaces."docker0".allowedTCPPorts = [5432];
|
networking.firewall.interfaces."docker0".allowedTCPPorts = [5432];
|
||||||
networking.firewall.interfaces."tailscale0".allowedTCPPorts = [5432];
|
networking.firewall.interfaces."tailscale0".allowedTCPPorts = [5432];
|
||||||
networking.firewall.interfaces."br-+".allowedTCPPorts = [5432];
|
networking.firewall.interfaces."br-+".allowedTCPPorts = [5432];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user