Compare commits

..

No commits in common. "946fb56e4921ff24476e6c99ac4be7399cda6b2e" and "99b0b0685521d08ad223b2de83e81549d4233980" have entirely different histories.

2 changed files with 1 additions and 29 deletions

View file

@ -80,6 +80,7 @@
dnsovertls = "true"; dnsovertls = "true";
}; };
services.gvfs.enable = true; services.gvfs.enable = true;
# VPN services # VPN services

View file

@ -120,35 +120,6 @@ in
sway-contrib.grimshot sway-contrib.grimshot
]); ]);
# Jumphost for deployment on infra
programs.ssh = {
enable = true;
enableDefaultConfig = false;
matchBlocks = {
"infra.cdaut.de" = {
hostname = "infra.cdaut.de";
user = "clara";
forwardAgent = true;
};
"10.0.0.2" = {
hostname = "10.0.0.2";
proxyJump = "infra.cdaut.de";
};
"*" = {
forwardAgent = true;
addKeysToAgent = "no";
compression = false;
serverAliveInterval = 0;
serverAliveCountMax = 3;
hashKnownHosts = false;
userKnownHostsFile = "~/.ssh/known_hosts";
controlMaster = "no";
controlPath = "~/.ssh/master-%r@%n:%p";
controlPersist = "no";
};
};
};
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;