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 = [