Update lockfile

This commit is contained in:
alejandro-angulo 2025-12-19 21:25:52 -08:00
parent 5035064e57
commit 2e4893336a
2 changed files with 36 additions and 19 deletions

View file

@ -21,7 +21,7 @@ in
};
nix.settings.auto-optimise-store = true;
nix.gc.dates = "03:15";
nix.gc.dates = [ "03:15" ];
nix.gc.options = "-d";
services.nginx.virtualHosts."${domain}" = {