mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(exports): enable base services by default
This commit is contained in:
parent
77fd991ed1
commit
a1273971d9
14 changed files with 36 additions and 67 deletions
|
|
@ -9,7 +9,6 @@ _: {
|
|||
];
|
||||
exports = {
|
||||
services = {
|
||||
sshd.enable = true;
|
||||
nginx = {
|
||||
enable = true;
|
||||
ports.proxied.enable = true;
|
||||
|
|
@ -20,8 +19,6 @@ _: {
|
|||
grafana.enable = true;
|
||||
loki.enable = true;
|
||||
prometheus.enable = true;
|
||||
prometheus-exporters-node.enable = true;
|
||||
promtail.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue