working mtls for janus system

This commit is contained in:
John Lancaster
2026-03-15 20:52:34 -05:00
parent 3800ae7502
commit a8a9a73e08
2 changed files with 24 additions and 7 deletions

View File

@@ -21,6 +21,11 @@ in
hostname = hostname;
caURL = "https://janus.john-stream.com/";
};
mtls = {
enable = true;
subject = hostname;
caURL = "https://janus.john-stream.com/";
};
home-manager.users."${username}" = {
imports = with inputs.self.modules.homeManager; [