You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With recent upstream NixOS changes the handling of /etc/machine-id changed.
Currently another change is necessary upstream, i.e. the file needs to be created with content uninitialized\n and on a setup with preservation something like the following needs to be done to properly preserve the machine-id across reboots. I'm not yet sure how to handle the necessary config change for the commit service.
Note that it is no longer possible to use the default behavior (i.e. how == "bindmount") to preserve machine-id, using a symlink instead works.
See NixOS/nixpkgs#351151 (comment)
The text was updated successfully, but these errors were encountered:
In case someone runs into this issue:
With recent upstream NixOS changes the handling of /etc/machine-id changed.
Currently another change is necessary upstream, i.e. the file needs to be created with content
uninitialized\n
and on a setup with preservation something like the following needs to be done to properly preserve the machine-id across reboots. I'm not yet sure how to handle the necessary config change for the commit service.Note that it is no longer possible to use the default behavior (i.e.
how == "bindmount"
) to preserve machine-id, using a symlink instead works.See NixOS/nixpkgs#351151 (comment)
The text was updated successfully, but these errors were encountered: