index
:
hermes
backport
master
NixOS configuration for a public-facing server.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
services
/
default.nix
blob: 161f037b5d8ce387d3d75be681be8c775e143641 (
plain
)
1
2
3
4
5
6
7
{
...
}:
{
imports
=
[
./web
];
personal
.
monitoring
.
enable
=
true
;
}