mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: import server to roles so it will be detected, add netdata for metrics :)
This commit is contained in:
parent
17bc3c6d52
commit
d203e890a9
2 changed files with 13 additions and 6 deletions
|
|
@ -40,6 +40,12 @@ in
|
|||
# };
|
||||
# };
|
||||
# };
|
||||
netdata = {
|
||||
enable = true;
|
||||
package = pkgs.netdata.override {
|
||||
withCloudUi = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue