AAdded desktop
This commit is contained in:
parent
d930e11fba
commit
721834dd60
3 changed files with 17 additions and 17 deletions
|
@ -2,6 +2,13 @@
|
|||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
knownHosts = {
|
||||
desktop = {
|
||||
extraHostNames = [ "192.168.1.227" ];
|
||||
publicKeyFile = ./pubkeys/myhost_ssh_host_dsa_key.pub;
|
||||
};
|
||||
}
|
||||
;
|
||||
matchBlocks = {
|
||||
"lth" = {
|
||||
hostname = "login.student.lth.se";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue