Setup SSH added, hms fixed, removed shared SSH keys

This commit is contained in:
Greg Hellings
2023-03-17 20:08:11 -05:00
parent 36f8b12f31
commit 003cec8db0
10 changed files with 23 additions and 173 deletions
-5
View File
@@ -52,9 +52,4 @@
};
};
};
home.file = {
".ssh/id_rsa".text = builtins.readFile ./ssh/id_rsa;
".ssh/id_rsa.pub".text = builtins.readFile ./ssh/id_rsa.pub;
};
}