From 8fef861bfbafbccc1450390b61db93b5ea247101 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Mon, 20 Oct 2025 10:45:01 +0000 Subject: [PATCH] fix(doloro-wsl@hosts): start ssh agent --- nix/hosts/doloro-wsl/nixos.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nix/hosts/doloro-wsl/nixos.nix b/nix/hosts/doloro-wsl/nixos.nix index 72cc105..25ed98b 100644 --- a/nix/hosts/doloro-wsl/nixos.nix +++ b/nix/hosts/doloro-wsl/nixos.nix @@ -14,7 +14,10 @@ inputs.nixos-wsl.nixosModules.default ]; # rocmSupport = false; - programs.dconf.enable = true; + programs = { + dconf.enable = true; + ssh.startAgent = true; + }; networking.dhcpcd.enable = lib.mkOverride 0 false; boot.loader.grub.enable = lib.mkOverride 0 false; wsl = {