From 169a75db16bbe241227aa9c6cd593632c0188a5b Mon Sep 17 00:00:00 2001 From: Sage Date: Wed, 21 Jan 2026 13:40:07 +0000 Subject: [PATCH] Add service enable --- modules/home/terminal/hr/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/terminal/hr/default.nix b/modules/home/terminal/hr/default.nix index c77bdfd..653c43b 100644 --- a/modules/home/terminal/hr/default.nix +++ b/modules/home/terminal/hr/default.nix @@ -15,6 +15,7 @@ in { systemd.user.services = { google-db-proxy-test = { + enable = true; Unit = { Description = "Google Cloud SQL Proxy (Test)"; After = ["network.target"]; @@ -29,6 +30,7 @@ in { }; google-db-proxy-prod = { + enable = true; Unit = { Description = "Google Cloud SQL Proxy (Prod)"; After = ["network.target"];