Commit b7537f122f3c
Changed files (1)
imperative
aomi
imperative/aomi/bootstrap.sh
@@ -58,6 +58,8 @@ configure_nix() {
cat > "$nix_conf" <<-'EOF'
experimental-features = nix-command flakes
use-xdg-base-directories = true
+ extra-substituters = http://okinawa.vpn:5000
+ extra-trusted-public-keys = cache.okinawa.home:gp+IG0OaO4L/J0drL8OwmDtMPmdUq4kfLwg3mR8BkCs=
EOF
log_info "Nix config written to $nix_conf"
else