sassasha
This commit is contained in:
parent
2d915ba449
commit
46044a3225
1 changed files with 9 additions and 1 deletions
|
|
@ -103,7 +103,15 @@
|
||||||
"tsla-nixos" = {
|
"tsla-nixos" = {
|
||||||
hostname = "tesla-nixos.lab.the.malice.zone";
|
hostname = "tesla-nixos.lab.the.malice.zone";
|
||||||
};
|
};
|
||||||
};
|
"tsla-backups" = {
|
||||||
|
hostname = "backups.lab.the.malice.zone";
|
||||||
|
user = "root";
|
||||||
|
};
|
||||||
|
"tsla-books" = {
|
||||||
|
hostname = "books.lab.the.malice.zone";
|
||||||
|
user = "root";
|
||||||
|
};
|
||||||
|
}; # end matchBlocks
|
||||||
}; # end ssh
|
}; # end ssh
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue