From 71e92dd437b928989362b44a6a33f41e1aab6732 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Sat, 1 Jun 2024 10:44:28 +0200 Subject: [PATCH] gorgon: enable nix-ld --- nixos/modules/profiles/laptop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/profiles/laptop.nix b/nixos/modules/profiles/laptop.nix index 551cfc2..117bdf4 100644 --- a/nixos/modules/profiles/laptop.nix +++ b/nixos/modules/profiles/laptop.nix @@ -17,6 +17,7 @@ with lib; { services.fwupd.enable = mkDefault true; programs.ssh.startAgent = true; programs.ssh.enableAskPassword = true; + programs.nix-ld.enable = true; age.identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];