This website requires JavaScript.
Explore
Help
Sign In
Lillian-Violet
/
NixOS-Config
Watch
1
Star
0
Fork
You've already forked NixOS-Config
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
e8f1325d13
NixOS-Config
/
nixos
/
server
/
package-configs
/
dashboard
/
default.nix
9 lines
88 B
Nix
Raw
Normal View
History
Unescape
Escape
remove all unecessary imports for cleaner code :)
2024-10-28 00:17:05 +01:00
{
.
.
.
}:
{
added grafana to queen
2024-03-26 14:13:35 +01:00
imports
=
[
./grafana
#./loki
Enable prometheus, add loki config example, we don't have a global log system so it's not useful though
2024-03-26 14:34:28 +01:00
./prometheus
Add telegraf logging to queen (hardware logging)
2024-03-28 11:12:02 +01:00
./telegraf
added grafana to queen
2024-03-26 14:13:35 +01:00
]
;
}
Reference in a new issue
Copy permalink