1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 04:11:07 +01:00

Move SSH config to network

This commit is contained in:
Kierán Meinhardt
2019-01-14 15:20:30 +01:00
parent 4a8e41b772
commit 6945c1b1b9
4 changed files with 12 additions and 23 deletions

View File

@@ -26,8 +26,20 @@
enable = true;
indicator = true;
};
programs.ssh = {
enable = true;
matchBlocks = {};
};
};
programs.ssh = {
startAgent = true;
agentTimeout = "10m";
knownHosts = [];
};
services.openssh.forwardX11 = true;
networking.retiolum = {
scardanelli = {
ipv4 = "10.243.2.2";