diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 7944cad..b7d23cb 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -91,6 +91,15 @@ "nvidia_uvm" ]; + programs = { + nix-ld = { + enable = true; + libraries = with pkgs; [ + libc + ]; + }; + }; + services = { postgresql = { enable = true;