Skip to content

Commit

Permalink
x86 builder: Add access to binary cache and Gala app sources
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kaapu <[email protected]>
  • Loading branch information
mkaapu committed Dec 8, 2023
1 parent 73053cf commit 4784519
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hosts/ficolobuild/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,10 @@
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;

# Connect to public servers.
networking.extraHosts = "
172.18.20.102 vedenemo.dev # for fetching Gala app sources
172.18.20.109 cache.vedenemo.dev # Binary cache
";
}

0 comments on commit 4784519

Please sign in to comment.