diff options
| author | Mel <einebeere@gmail.com> | 2024-12-19 21:04:44 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-19 21:19:17 +0100 |
| commit | 5083c75163079244ab2f3f4eca1c9d514c2bbf03 (patch) | |
| tree | 305d7ca1e6dc31dd6568c667125780f5af71a0eb /modules/foundation/default.nix | |
| parent | 52e20b282cbc817edcb6743bafc640c34ec1daa6 (diff) | |
| download | network-5083c75163079244ab2f3f4eca1c9d514c2bbf03.tar.zst network-5083c75163079244ab2f3f4eca1c9d514c2bbf03.zip | |
Foundation module for monitoring options
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/foundation/default.nix')
| -rw-r--r-- | modules/foundation/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/foundation/default.nix b/modules/foundation/default.nix index 10ec503..253bff3 100644 --- a/modules/foundation/default.nix +++ b/modules/foundation/default.nix @@ -1,5 +1,8 @@ { ... }: { - imports = [ ./services.nix ]; + imports = [ + ./services.nix + ./monitoring.nix + ]; } |
