From 1c8fc91edf6b48ec6bf650b1a70a43e2c4652459 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 27 Mar 2026 21:22:29 -0500 Subject: [PATCH] actually enabled it --- modules/hosts/john-p14s/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index 7a42ec6..f112553 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -116,5 +116,6 @@ sops.age.sshKeyPaths = [ "${config.home-manager.users.john.home.homeDirectory}/.ssh/id_ed25519" ]; + mtls.enable = true; }; }