Commit f0154409 authored by nikstur's avatar nikstur
Browse files

nixos/nix-daemon: remove activationScript

The activationScript does not seem to be necessary anymore as the paths
are created anyways.
parent f743f021
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -249,11 +249,6 @@ in

    services.xserver.displayManager.hiddenUsers = attrNames nixbldUsers;

    system.activationScripts.nix = stringAfter [ "etc" "users" ]
      ''
        install -m 0755 -d /nix/var/nix/{gcroots,profiles}/per-user
      '';

    # Legacy configuration conversion.
    nix.settings = mkMerge [
      (mkIf (isNixAtLeast "2.3pre") { sandbox-fallback = false; })