From cd5a49c4a643a5a324142b914995a02559e82e0a Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Wed, 10 Jun 2026 08:54:08 -0500 Subject: [PATCH] commented out mtls for john-pc --- modules/hosts/john-pc/default.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/hosts/john-pc/default.nix b/modules/hosts/john-pc/default.nix index 906ecd9..8285f8f 100644 --- a/modules/hosts/john-pc/default.nix +++ b/modules/hosts/john-pc/default.nix @@ -91,17 +91,17 @@ in "/home/john/john-nas" ]; }; - mtls = { - enable = true; - subject = hostname; - san = [ - "${hostname}" - "192.168.1.85" - "spiffe://john-stream.com/ubuntu" - ]; - lifetime = "1h"; - renew.onCalendar = "*:1/10"; - }; + # mtls = { + # enable = true; + # subject = hostname; + # san = [ + # "${hostname}" + # "192.168.1.85" + # "spiffe://john-stream.com/ubuntu" + # ]; + # lifetime = "1h"; + # renew.onCalendar = "*:1/10"; + # }; }; flake.homeConfigurations."john@john-pc-ubuntu" = withSystem "x86_64-linux" (ctx@{ system, inputs', ... }: