index
:
world.git
this commit
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hosts
/
common
/
server
/
default.nix
blob: 2986f66c98825cdec3bda72c1dcb34cb5a69d3d0 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
config
,
pkgs
,
lib
,
...
}:
{
imports
=
[
./monitoring.nix
];
}