···150150 source = config.system.build.toplevel + "/init";
151151 target = "/sbin/init";
152152 }
153153+ # Technically this is not required for lxc, but having also make this configuration work with systemd-nspawn.
154154+ # Nixos will setup the same symlink after start.
155155+ {
156156+ source = config.system.build.toplevel + "/etc/os-release";
157157+ target = "/etc/os-release";
158158+ }
153159 ];
154160155161 extraCommands = "mkdir -p proc sys dev";