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
53c1656d6b
NixOS-Config
/
nixos
/
server
/
package-configs
/
dashboard
/
default.nix
15 lines
123 B
Nix
Raw
Normal View
History
Unescape
Escape
added grafana to queen
2024-03-26 14:13:35 +01:00
{
inputs
,
outputs
,
lib
,
config
,
pkgs
,
.
.
.
}
:
{
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
added grafana to queen
2024-03-26 14:13:35 +01:00
]
;
}
Reference in a new issue
Copy permalink