mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-25 19:01:43 +01:00
fix(hosts/idols-ai): ssh key name
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{config, ...}: let
|
||||
hostName = "ai"; # Define your hostname.
|
||||
in {
|
||||
{config, ...}: {
|
||||
modules.desktop = {
|
||||
hyprland = {
|
||||
nvidia = true;
|
||||
@@ -15,5 +13,5 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
programs.ssh.matchBlocks."github.com".identityFile = "${config.home.homeDirectory}/.ssh/${hostName}";
|
||||
programs.ssh.matchBlocks."github.com".identityFile = "${config.home.homeDirectory}/.ssh/idols-ai";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user