Loading
nixos: replace container activation scripts
docker: move /init symlink creation from activationScript to installBootLoader, which is the mechanism switch-to-configuration already uses for this purpose. lxc: remove redundant activation script. The installBootLoader hook was already handling /sbin/init. incus: replace activationScript with a oneshot systemd service that uses ConditionPathExists to create /etc/nixos/configuration.nix only on first boot. See: https://github.com/NixOS/nixpkgs/issues/475305