Skip to content

traleig1/nixos-cloud-sql-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Cloud SQL Proxy NixOS Module

This flake provides a NixOS module, using the existing cloud-sql-proxy in nixpkgs, to allow for easily running the proxy as a systemd service.

If you've followed the instructions here to build your NixOS system with flakes, you should be able to include this flake, and add something like the following to your configuration:

services.cloud-sql-proxy = {
  enable = true;
  credentials = /home/me/credentials.json;
  instances = [ "myproject:myregion:myinstance?port=5432" ];
};

About

Cloud SQL Proxy NixOS Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages