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" ];