fix: suppress nixvim nixpkgs.source and ssh matchBlocks deprecation warnings (#262)

Explicitly set programs.nixvim.nixpkgs.source to suppress the follows
    warning, and migrate all programs.ssh.matchBlocks to programs.ssh.settings
    using upstream PascalCase directive names.
This commit is contained in:
Ryan Yin
2026-06-03 11:23:30 +08:00
committed by GitHub
parent 44b0258129
commit fe4923f8cb
6 changed files with 26 additions and 36 deletions
+1 -2
View File
@@ -5,6 +5,5 @@ in
{
imports = [ ../../darwin ];
programs.ssh.matchBlocks."github.com".identityFile =
"${config.home.homeDirectory}/.ssh/${hostName}";
programs.ssh.settings."github.com".IdentityFile = "${config.home.homeDirectory}/.ssh/${hostName}";
}
+1 -2
View File
@@ -5,6 +5,5 @@ in
{
imports = [ ../../darwin ];
programs.ssh.matchBlocks."github.com".identityFile =
"${config.home.homeDirectory}/.ssh/${hostName}";
programs.ssh.settings."github.com".IdentityFile = "${config.home.homeDirectory}/.ssh/${hostName}";
}