Scott Edlund

Results 126 comments of Scott Edlund

suggest you add `-- -L` at the end to pass to nix · --print-build-logs / -L Print full build logs on standard error.

Do I remember correctly that you are using macos to deploy from? Maybe this?: https://github.com/serokell/deploy-rs/issues/216#issuecomment-1984387344 try `--skip-checks`

can [this ](https://github.com/nix-community/infra/blob/85e5633d401fd9bcfff05cfc00e8978c19e44090/terraform/hydra-nixpkgs.tf#L63)happen more than once a week? maybe per day? (interested in NVidia kernel drivers)

agree, would like to see all juicefs variables prefixed as is common elsewhere -- JFS_ or JUICEFS_

> So if I run juicefs mount xxx, xxx would be interpreted as the mount point while the URL is read from the environment variable? Yes. If $JUICEFS_META_URL is set,...

running `systemd-machine-id-setup --commit` manually resolves by removing the tmpfs mount and writing the current machine-id to a static file surviving reboots. although this should be ran by `systemd-machine-id-commit.service` (8) once...

I believe from systemd. per machine-id (5): ```man FIRST BOOT SEMANTICS /etc/machine-id is used to decide whether a boot is the first one. The rules are as follows: 1. The...

Seems this was just changed in nixpkgs https://github.com/NixOS/nixpkgs/pull/351151 There is also this generator for disk images here: https://github.com/NixOS/nixpkgs/blob/da6da7189e85a403396cef07fe5825a7144b0d84/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py#L287 that manually writes the file without systemd. not sure which direction this...

you can increase the dhcp lease time on your dhcp server or set a static lease with the mac address of the machine. or one could start with `--phases kexec`...