mirror of
https://github.com/kmein/niveum
synced 2026-03-17 10:41:06 +01:00
Move SSH config to network
This commit is contained in:
10
dot/ssh.nix
10
dot/ssh.nix
@@ -1,10 +0,0 @@
|
||||
{ lib }:
|
||||
with lib;
|
||||
let huServer = name: {
|
||||
"${name}" = {
|
||||
hostname = "${name}.informatik.hu-berlin.de";
|
||||
user = (import ../secrets.nix).eduroam.identity;
|
||||
identityFile = "~/.ssh/hu";
|
||||
};
|
||||
};
|
||||
in lists.foldr (x: xs: huServer x // xs) {} [ "rabe" "star" "gruenau" "gruenau1" "gruenau2" "gruenau3" "gruenau4" "gruenau5" "gruenau6" "gruenau7" "gruenau8" ]
|
||||
Reference in New Issue
Block a user