enable nix-ld on pc

This commit is contained in:
Noa Aarts 2025-09-08 17:57:20 +02:00
parent 7a1600139b
commit 03de308a9e
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -91,6 +91,15 @@
"nvidia_uvm"
];
programs = {
nix-ld = {
enable = true;
libraries = with pkgs; [
libc
];
};
};
services = {
postgresql = {
enable = true;