From abb7d7295f3c5160d1121f92fd94de853eb36787 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 27 Mar 2026 21:23:46 -0500 Subject: [PATCH] added subject --- modules/hosts/john-p14s/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index f112553..adb3ae3 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -116,6 +116,9 @@ sops.age.sshKeyPaths = [ "${config.home-manager.users.john.home.homeDirectory}/.ssh/id_ed25519" ]; - mtls.enable = true; + mtls = { + enable = true; + subject = hostname; + }; }; }