working mtls for janus system
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user