added subject

This commit is contained in:
John Lancaster
2026-03-27 21:23:46 -05:00
parent 1c8fc91edf
commit abb7d7295f
+4 -1
View File
@@ -116,6 +116,9 @@
sops.age.sshKeyPaths = [
"${config.home-manager.users.john.home.homeDirectory}/.ssh/id_ed25519"
];
mtls.enable = true;
mtls = {
enable = true;
subject = hostname;
};
};
}