update dockermcmgr, add remote build account on server

This commit is contained in:
2026-06-13 22:06:52 +02:00
parent e80dbffebf
commit fa06263d10
2 changed files with 13 additions and 5 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/09/06 00:57:09 by tomoron #+# #+# #
# Updated: 2026/06/11 16:37:35 by tomoron ### ########.fr #
# Updated: 2026/06/13 22:05:53 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -144,6 +144,14 @@ in
boot = true;
};
users.users.builder = {
isSystemUser = true;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICzRsLTBnow52e63Qp6JqUaLNOCpoIsPpJFOAhJOgF1M root@patate-douce"
];
};
systemd.services.dockermcmgr-server = {
enable = true;