ssh
Some checks are pending
CI / formatting (push) Waiting to run
CI / nix_flake_check (push) Waiting to run

This commit is contained in:
Narrator 2025-12-05 11:35:12 +01:00
parent 258d772f08
commit d3125c7c8a
2 changed files with 2 additions and 2 deletions

View file

@ -228,5 +228,6 @@
package = config.boot.kernelPackages.nvidiaPackages.stable;
# SSH config:
};
}

View file

@ -24,11 +24,10 @@ inputs.self.homeManagerModules.copilot-cli
port = 42000; # e.g. 2222
};
};
enableAgent = true; # start ssh-agent automatically
forwardAgent = true;
extraConfig = ''
Host git.nonaxiomatic.systems
ControlMaster no
AddKeysToAgent yes
'';
};