Enable Nix and refresh linux cache volumes
Some checks failed
Build Rust / Cargo Test (push) Failing after 9s
Build Site / Next.js Build (push) Failing after 8s
Build Apple / Build App (iOS Simulator) (push) Has been cancelled
Build Apple / Build App (macOS) (push) Has been cancelled

This commit is contained in:
Conrad Kramer 2026-03-19 04:18:38 -07:00
parent 0310ef17dc
commit c47f0e6bea
5 changed files with 19 additions and 13 deletions

View file

@ -176,14 +176,14 @@ func (c *Config) Validate() error {
if len(c.Namespace.LinuxCacheVolumes) == 0 {
c.Namespace.LinuxCacheVolumes = []CacheVolumeConfig{
{
Tag: "burrow-forgejo-linux-nix",
Tag: "burrow-forgejo-linux-nix-v2",
MountPoint: "/nix",
SizeGb: 60,
SizeGb: 80,
},
{
Tag: "burrow-forgejo-linux-cache",
Tag: "burrow-forgejo-linux-cache-v2",
MountPoint: c.Namespace.LinuxCachePath,
SizeGb: 40,
SizeGb: 80,
},
}
}