diff --git a/hosts/lars/default.nix b/hosts/lars/default.nix index 345e8cb..218cf09 100644 --- a/hosts/lars/default.nix +++ b/hosts/lars/default.nix @@ -113,6 +113,9 @@ twingate.enable = true; }; + # SSH AGENT + programs.ssh.startAgent = true; + system.stateVersion = "23.11"; nix.settings.experimental-features = ["nix-command" "flakes"]; }