Added grafana config
This commit is contained in:
parent
28fe66a888
commit
5e38e0c49c
2 changed files with 58 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
nix.enable = true;
|
||||
nix.useSelfhostedCache = true;
|
||||
|
||||
apps.tmux.enable = true;
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
configureClientRouting = true;
|
||||
|
@ -28,6 +30,10 @@
|
|||
enable = true;
|
||||
acmeCertName = "kilonull.com";
|
||||
};
|
||||
services.grafana = {
|
||||
enable = true;
|
||||
acmeCertName = "kilonull.com";
|
||||
};
|
||||
services.syncoid = {
|
||||
# sudo -u backups zfs create -o mountpoint=/tank/backups/gospel tank/backups/gospel
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue