grafana, matemat, spaceapi: enable autoUpdate

This commit is contained in:
Astro 2022-01-12 01:46:13 +01:00
parent 31f44045a5
commit b21c912992
3 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@ let
restartServices = [ "grafana" "influxdb" ];
in {
c3d2.isInHq = false;
c3d2.autoUpdate = true;
services.openssh.enable = true;
# noXlibs breaks cairo:

View File

@ -11,6 +11,8 @@
networking.defaultGateway = "172.20.73.1";
networking.firewall.allowedTCPPorts = [ 80 443 ];
c3d2.autoUpdate = true;
services.yammat.enable = true;
services.nginx = {

View File

@ -8,6 +8,8 @@
networking.defaultGateway = "172.20.73.1";
networking.firewall.enable = false;
c3d2.autoUpdate = true;
services.spaceapi = { enable = true; };
# This value determines the NixOS release with which your system is to be