enable nix-ld

This commit is contained in:
2023-06-13 13:41:44 +08:00
parent 5b12b831fe
commit 8c782ba555

View File

@@ -25,5 +25,6 @@
user.extraConfig = "DefaultTimeoutStopSec=10s";
services.nix-daemon.serviceConfig.Slice = "-.slice";
};
programs.nix-ld.enable = true;
};
}