diff options
| author | Mel <einebeere@gmail.com> | 2024-12-22 22:41:25 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-22 22:41:25 +0100 |
| commit | 778e23735053e935c3af00490561fe65b8c7d02c (patch) | |
| tree | 582e6a0a5c3a7d8490828db201e8aa98607db185 /modules/foundation/default.nix | |
| parent | 6163fa5b5926dd4a456b9fd07e05f9ec1f49d613 (diff) | |
| download | network-778e23735053e935c3af00490561fe65b8c7d02c.tar.zst network-778e23735053e935c3af00490561fe65b8c7d02c.zip | |
Break up monitoring module
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/foundation/default.nix')
| -rw-r--r-- | modules/foundation/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/foundation/default.nix b/modules/foundation/default.nix index 253bff3..62c6f85 100644 --- a/modules/foundation/default.nix +++ b/modules/foundation/default.nix @@ -3,6 +3,6 @@ { imports = [ ./services.nix - ./monitoring.nix + ./monitoring ]; } |
