1
0
Fork 0

Fix type in service-name

This commit is contained in:
Malte Brandy 2019-10-27 22:04:43 +01:00
parent ab0c242531
commit 7d38028b71

View file

@ -85,7 +85,7 @@ let
};
systemd = {
services = {
"prometheus-ngnix-exporter" = {
"prometheus-nginx-exporter" = {
serviceConfig = { RestartSec = 10; };
};
"nextcloud-setup" = {