mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Add service enable
This commit is contained in:
parent
171c1e2e06
commit
169a75db16
1 changed files with 2 additions and 0 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue