From 1efe0957dc4a5fba129a2e7fb248c32b34739ae2 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Mon, 27 May 2024 19:57:55 +0200 Subject: [PATCH] add nix-ld-rs --- common/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/default.nix b/common/default.nix index 13d7a69..670476c 100644 --- a/common/default.nix +++ b/common/default.nix @@ -22,6 +22,9 @@ }; networking.firewall.allowedTCPPorts = [8384 22000]; networking.firewall.allowedUDPPorts = [22000 21027]; + + environment.systemPackages = [ pkgs.nix-ld-rs ]; + nix.settings = { trusted-users = ["xqtc"]; substituters = [