lol

nixos/nix-daemon: remove activationScript

The activationScript does not seem to be necessary anymore as the paths
are created anyways.

nikstur f0154409 f743f021

-5
-5
nixos/modules/services/system/nix-daemon.nix
··· 249 249 250 250 services.xserver.displayManager.hiddenUsers = attrNames nixbldUsers; 251 251 252 - system.activationScripts.nix = stringAfter [ "etc" "users" ] 253 - '' 254 - install -m 0755 -d /nix/var/nix/{gcroots,profiles}/per-user 255 - ''; 256 - 257 252 # Legacy configuration conversion. 258 253 nix.settings = mkMerge [ 259 254 (mkIf (isNixAtLeast "2.3pre") { sandbox-fallback = false; })