ssh: add an alias for ssh to rM2

This commit is contained in:
Jez Cope 2021-02-08 17:05:30 +00:00
parent f152de1177
commit a9c35bb30d

View File

@ -226,6 +226,16 @@ in {
};
};
programs.ssh = {
enable = true;
matchBlocks = {
"remarkable" = {
hostname = "10.11.99.1";
user = "root";
};
};
};
services.keybase.enable = true;
services.kbfs = {
enable = true;