Enable nix-ld

This commit is contained in:
NullBite 2024-03-06 04:46:45 +00:00
parent 0f3b7bcba0
commit ef09347fa9
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -33,6 +33,9 @@ in
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# this allows non-NixOS binaries to run on NixOS.
programs.nix-ld.enable = true;
# networking.hostName = "nixos"; # Define your hostname.
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.