Add ssh keys

This commit is contained in:
Greg Hellings
2022-04-19 23:40:19 -05:00
parent 39774cf5d2
commit cb3dad8411
4 changed files with 174 additions and 0 deletions
+5
View File
@@ -37,4 +37,9 @@
};
};
};
home.file = {
".ssh/id_rsa".text = builtins.readFile ./ssh/id_rsa;
".ssh/id_rsa.pub".text = builtins.readFile ./ssh/id_rsa.pub;
};
}