From fd8ce4e8b8ce664265eb70ba3bfb8ca8c40ca4c9 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Tue, 24 Feb 2026 17:53:46 +0100 Subject: [PATCH] clan: remove home.rpqt.fr ssh certificates --- clan/flake-module.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/clan/flake-module.nix b/clan/flake-module.nix index db9595d..2cf52fe 100644 --- a/clan/flake-module.nix +++ b/clan/flake-module.nix @@ -21,21 +21,12 @@ self.nixosModules.hardened-ssh-server ]; roles.server.settings = { - certificate.searchDomains = [ - "home.rpqt.fr" - ]; authorizedKeys = { rpqt_haze = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGa8R8obgptefcp27Cdp9bc2fiyc9x0oTfMsTPFp2ktE rpqt@haze"; nixbld_haze = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIyNC2sn5m7m52r4kVZqg0T7abqdz5xh/blU3cYtHKAE nixbld@haze"; }; }; - roles.client.tags.all = { }; - roles.client.settings = { - certificate.searchDomains = [ - "home.rpqt.fr" - ]; - }; }; clan.inventory.instances.user-rpqt = {