diff --git a/ops/machines/volgasprint-cache/default.nix b/ops/machines/volgasprint-cache/default.nix index 536a7f6ce..88f2f2863 100644 --- a/ops/machines/volgasprint-cache/default.nix +++ b/ops/machines/volgasprint-cache/default.nix @@ -20,6 +20,11 @@ in }; }; + depot.auto-deploy = { + enable = true; + interval = "hourly"; + }; + fileSystems = { "/" = { device = "/dev/disk/by-label/NIXOS_SD"; @@ -38,7 +43,7 @@ in allowedTCPPorts = [ 80 443 8098 ]; }; - hostName = "cache"; + hostName = "volgacache"; domain = "volgasprint.org"; wireless = {