diff options
| author | seth <[email protected]> | 2023-05-22 19:27:36 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-22 19:27:36 -0400 |
| commit | 2cb6cfab9553184c1e6a10303cb832fe96080d00 (patch) | |
| tree | 5a5d815e3d66fb8e1a550aec6a4dece9fe82b66b /hosts/p-body/default.nix | |
| parent | 3a7cc8116cce947f5652e0e46f4d60d59bfb5717 (diff) | |
atlas/pbody: fix monitoring
Diffstat (limited to 'hosts/p-body/default.nix')
| -rw-r--r-- | hosts/p-body/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix index 10abfac..35cbabb 100644 --- a/hosts/p-body/default.nix +++ b/hosts/p-body/default.nix @@ -9,6 +9,7 @@ (modulesPath + "/virtualisation/digital-ocean-image.nix") ./forgejo.nix ./grafana.nix + ./loki.nix ./nginx.nix ./prometheus.nix ]; @@ -21,8 +22,6 @@ hermetic = false; }; - getchoo.server.services.loki.enable = true; - networking = { domain = "mydadleft.me"; hostName = "p-body"; |
