From 3e5d1422356f984fef46b827f106dd256b85dd53 Mon Sep 17 00:00:00 2001 From: Kate Adkins Date: Mon, 18 Nov 2024 14:05:45 -0700 Subject: [PATCH] aigis: make SSH agent work properly --- nixos/hosts/aigis.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/aigis.nix b/nixos/hosts/aigis.nix index 9430099..7a3f525 100644 --- a/nixos/hosts/aigis.nix +++ b/nixos/hosts/aigis.nix @@ -31,12 +31,15 @@ services.displayManager.sddm.wayland.compositor = "kwin"; networking.networkmanager.enable = true; - # Set up MacOS features. + # Set up Apple Silicon features. hardware.asahi = { peripheralFirmwareDirectory = ../../apple-silicon-support/firmware; useExperimentalGPUDriver = true; }; + # Run an ssh-agent locally. + programs.ssh.startAgent = true; + # Make Niri work on this machine. :) home-manager.users.deprekated = { programs.niri.settings = {