mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 15:42:39 +02:00
fix(hosts/idols-ai): ssh key name
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
{config, ...}: let
|
{config, ...}: {
|
||||||
hostName = "ai"; # Define your hostname.
|
|
||||||
in {
|
|
||||||
modules.desktop = {
|
modules.desktop = {
|
||||||
hyprland = {
|
hyprland = {
|
||||||
nvidia = true;
|
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