base: add ssh config file
This commit is contained in:
parent
967e29628c
commit
aff7c0ef63
|
@ -137,6 +137,30 @@ in {
|
|||
};
|
||||
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"lilith" = {
|
||||
hostname = "lilith.d.d.dodsorf.as";
|
||||
user = "dandellion";
|
||||
};
|
||||
"desktop" = {
|
||||
hostname = "10.42.42.10";
|
||||
user = "dan";
|
||||
};
|
||||
"laptop" = {
|
||||
hostname = "10.42.42.13";
|
||||
user = "daniel";
|
||||
};
|
||||
"pvv.ntnu.no" = {
|
||||
user = "danio";
|
||||
};
|
||||
"*.pvv.ntnu.no" = {
|
||||
user = "danio";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# services.kdeconnect = {
|
||||
# enable = true;
|
||||
# indicator = true;
|
||||
|
|
Loading…
Reference in New Issue