Fix configuration deprecation
This commit is contained in:
parent
a3373f8474
commit
de1bfdcbe6
2 changed files with 6 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
nixvim.homeManagerModules.nixvim
|
nixvim.homeModules.nixvim
|
||||||
../modules/nvim.nix
|
../modules/nvim.nix
|
||||||
../modules/tmux.nix
|
../modules/tmux.nix
|
||||||
../modules/zsh.nix
|
../modules/zsh.nix
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,14 @@
|
||||||
{
|
{
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
addKeysToAgent = "yes";
|
enableDefaultConfig = false;
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
|
|
||||||
|
"*" = {
|
||||||
|
addKeysToAgent = "yes";
|
||||||
|
};
|
||||||
|
|
||||||
"github.com" = {
|
"github.com" = {
|
||||||
hostname = "github.com";
|
hostname = "github.com";
|
||||||
user = "git";
|
user = "git";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue