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; }; }