WIP: SSH configuration restructure

Backup of SSH reorganization changes for future reference.
This commit is contained in:
♥ Minnie ♥ 2025-10-07 20:58:09 +08:00
parent a6fa8866ac
commit acab920858
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
7 changed files with 43 additions and 27 deletions

View file

@ -78,9 +78,4 @@
monthly = 12; # Keep 12 monthly backups (1 year)
};
};
# SSH host keys for borgbase.com
programs.ssh.knownHostsFiles = [
./borgbase_hosts
];
}

View file

@ -76,9 +76,4 @@ in {
monthly = 12;
};
};
# SSH host keys for viridian
programs.ssh.knownHostsFiles = [
./viridian_hosts
];
}