diff options
| author | Mel <einebeere@gmail.com> | 2024-12-19 21:19:09 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-19 21:19:17 +0100 |
| commit | 900f2345281cdaace7fe4a1258c99e83abb3aa2b (patch) | |
| tree | 507b5435c1ddcbf1a80735a8ff823f3cc321671a /machines/corsac/default.nix | |
| parent | c989e45850a1446af77a0cfdbc72f1835215671c (diff) | |
| download | network-900f2345281cdaace7fe4a1258c99e83abb3aa2b.tar.zst network-900f2345281cdaace7fe4a1258c99e83abb3aa2b.zip | |
Add monitoring configuration to all machines
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'machines/corsac/default.nix')
| -rw-r--r-- | machines/corsac/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/corsac/default.nix b/machines/corsac/default.nix index a80993f..d38d06a 100644 --- a/machines/corsac/default.nix +++ b/machines/corsac/default.nix @@ -17,5 +17,7 @@ ../../services/transmission.nix ]; + foundation.monitoring.client.enable = true; + system.stateVersion = "24.05"; } |
