1
0

profiles/common-ssh: Migrate common SSH config to profile and pin SSH public hosts keys for net.clerie.de

This commit is contained in:
2025-11-16 14:22:50 +01:00
parent 2d9836f793
commit f17a94c578
5 changed files with 31 additions and 19 deletions

View File

@@ -11,10 +11,9 @@ with lib;
config = mkIf config.profiles.clerie.common.enable {
profiles.clerie.common-dns.enable = mkDefault true;
profiles.clerie.common-networking.enable = mkDefault true;
profiles.clerie.common-nix.enable = mkDefault true;
profiles.clerie.common-ssh.enable = mkDefault true;
profiles.clerie.common-webserver.enable = mkDefault true;
profiles.clerie.hetzner-storage-box-client.enable = mkDefault true;