mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-08 08:03:46 +01:00
fix renamed warning
This commit is contained in:
2
home.nix
2
home.nix
@@ -1239,7 +1239,6 @@ in
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
addKeysToAgent = "1h";
|
||||
matchBlocks = {
|
||||
"git.pvv.ntnu.no" = {
|
||||
hostname = "git.pvv.ntnu.no";
|
||||
@@ -1247,6 +1246,7 @@ in
|
||||
addressFamily = "inet";
|
||||
port = 2222;
|
||||
proxyJump = "hildring";
|
||||
addKeysToAgent = "1h";
|
||||
};
|
||||
|
||||
"hildring" = {
|
||||
|
||||
Reference in New Issue
Block a user