even more backups of things
This commit is contained in:
parent
b8d125d448
commit
630f9b0074
46 changed files with 1166 additions and 197 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ inputs, config, pkgs, ... }:
|
||||
let
|
||||
svcDomain = "grafana.${config.networking.domain}";
|
||||
homelabDomain = inputs.nixos-secrets.homelabDomain;
|
||||
#svcDomain = "grafana.${config.networking.domain}";
|
||||
svcDomain = "grafana.${homelabDomain}";
|
||||
svcPort = config.services.grafana.settings.server.http_port;
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue