Loading nixos/modules/system/boot/stage-2-init.sh +5 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,11 @@ else fi # Required by the activation script install -m 0755 -d /etc /etc/nixos install -m 01777 -d /tmp # Run the script that performs all configuration activation that does # not have to be done at boot time. echo "running activation script..." Loading nixos/modules/system/boot/systemd/tmpfiles.nix +0 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,6 @@ in ]; systemd.tmpfiles.rules = [ "d /etc/nixos 0755 root root - -" "d /nix/var 0755 root root - -" "L+ /nix/var/nix/gcroots/booted-system 0755 root root - /run/booted-system" "d /run/lock 0755 root root - -" Loading Loading
nixos/modules/system/boot/stage-2-init.sh +5 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,11 @@ else fi # Required by the activation script install -m 0755 -d /etc /etc/nixos install -m 01777 -d /tmp # Run the script that performs all configuration activation that does # not have to be done at boot time. echo "running activation script..." Loading
nixos/modules/system/boot/systemd/tmpfiles.nix +0 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,6 @@ in ]; systemd.tmpfiles.rules = [ "d /etc/nixos 0755 root root - -" "d /nix/var 0755 root root - -" "L+ /nix/var/nix/gcroots/booted-system 0755 root root - /run/booted-system" "d /run/lock 0755 root root - -" Loading