feat(sys/jeroboam): enable nix-ld

This commit is contained in:
madmin 2024-09-01 16:06:20 +02:00
parent b7a5d89ed2
commit d25a86ed2d
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@
# Fix to enable VSCode to successfully remote SSH on a client to a NixOS host
# https://nixos.wiki/wiki/Visual_Studio_Code # Remote_SSH
# programs.nix-ld.enable = true;
programs.nix-ld.enable = true;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "24.05";