diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-06 10:50:05 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-06 10:50:05 -0800 |
commit | 024ed2dcba571029c816c329cb93575eae1da32d (patch) | |
tree | a046c40d5ac8bfe52f64dd3575638654c7460c93 /hosts/common/nas.nix | |
parent | traefik: initial configuration (diff) | |
download | world-024ed2dcba571029c816c329cb93575eae1da32d.tar.gz |
traefik: second attempt, simple
Diffstat (limited to '')
-rw-r--r-- | hosts/common/nas.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/hosts/common/nas.nix b/hosts/common/nas.nix index a45cab4..0554d40 100644 --- a/hosts/common/nas.nix +++ b/hosts/common/nas.nix @@ -6,18 +6,6 @@ ./server/samba.nix ./server/prometheus.nix ./server/grafana.nix - ./server/backups/users.nix ./server/traefik.nix ]; - - age.secrets.traefik-gcp-sa = { - file = ../secrets/traefik/gcp_sa.age; - mode = "0440"; - owner = "0"; - }; - - traefik = { - gcpKeyFile = "/run/agenix/gcp_sa"; - gcpProjectName = "fcuny-homelab"; - }; } |