Add service enable

This commit is contained in:
Sage 2026-01-21 13:40:07 +00:00
parent 171c1e2e06
commit 169a75db16

View file

@ -15,6 +15,7 @@ in {
systemd.user.services = { systemd.user.services = {
google-db-proxy-test = { google-db-proxy-test = {
enable = true;
Unit = { Unit = {
Description = "Google Cloud SQL Proxy (Test)"; Description = "Google Cloud SQL Proxy (Test)";
After = ["network.target"]; After = ["network.target"];
@ -29,6 +30,7 @@ in {
}; };
google-db-proxy-prod = { google-db-proxy-prod = {
enable = true;
Unit = { Unit = {
Description = "Google Cloud SQL Proxy (Prod)"; Description = "Google Cloud SQL Proxy (Prod)";
After = ["network.target"]; After = ["network.target"];