moving to john-pc

This commit is contained in:
John Lancaster
2026-07-05 19:01:38 -05:00
parent dc89592eb1
commit a60d2bcd28
4 changed files with 29 additions and 28 deletions
+2 -2
View File
@@ -215,8 +215,8 @@ in
};
config = {
home.file = lib.mkIf cfg.certificates.enable {
".ssh/known_hosts".text = knownHostsText;
home.file.".ssh/known_hosts" = lib.mkIf cfg.certificates.enable {
text = knownHostsText;
};
programs.ssh = {
enable = true;