nixos/nix-daemon: remove activationScript

The activationScript does not seem to be necessary anymore as the paths
are created anyways.
This commit is contained in:
nikstur 2023-10-12 23:57:25 +02:00
parent f743f021fc
commit f0154409a1

View File

@ -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; })