diff options
| author | seth <[email protected]> | 2023-05-21 13:46:36 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-21 13:46:36 -0400 |
| commit | c6b38fd8f0e5908e5593d33e66cae8980f560c1b (patch) | |
| tree | caee5d2585b0e62c3dc26f4bd324ea6cd49aadfe /hosts/p-body/default.nix | |
| parent | ed52175975f8f448cd66372c5ff8d3e900fc1541 (diff) | |
move monitoring setup to modules
Diffstat (limited to 'hosts/p-body/default.nix')
| -rw-r--r-- | hosts/p-body/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix index ad88a7c..10abfac 100644 --- a/hosts/p-body/default.nix +++ b/hosts/p-body/default.nix @@ -9,10 +9,8 @@ (modulesPath + "/virtualisation/digital-ocean-image.nix") ./forgejo.nix ./grafana.nix - ./loki.nix ./nginx.nix ./prometheus.nix - ./promtail.nix ]; _module.args.nixinate = { @@ -23,6 +21,8 @@ hermetic = false; }; + getchoo.server.services.loki.enable = true; + networking = { domain = "mydadleft.me"; hostName = "p-body"; |
