feat(volgasprint-cache): enable auto deploy

Change-Id: I3b0a4695f69ef24a4f1f6280402c8a72223ff0c9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12344
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: mrflos <mrflos@yeswiki.pro>
This commit is contained in:
Vincent Ambo 2024-08-25 13:13:06 +03:00 committed by clbot
parent a77b1d176b
commit fe07ebfb30

View file

@ -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 = {