moving to john-pc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user