···89fi
90910000092# Run the script that performs all configuration activation that does
93# not have to be done at boot time.
94echo "running activation script..."
···89fi
909192+# Required by the activation script
93+install -m 0755 -d /etc /etc/nixos
94+install -m 01777 -d /tmp
95+96+97# Run the script that performs all configuration activation that does
98# not have to be done at boot time.
99echo "running activation script..."