fix server remote build config

This commit is contained in:
2026-06-13 23:16:27 +02:00
parent fa06263d10
commit 0ba10a8643

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ # # By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2025/09/06 00:57:09 by tomoron #+# #+# # # Created: 2025/09/06 00:57:09 by tomoron #+# #+# #
# Updated: 2026/06/13 22:05:53 by tomoron ### ########.fr # # Updated: 2026/06/13 22:52:09 by tomoron ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -144,12 +144,16 @@ in
boot = true; boot = true;
}; };
nix.settings.trusted-users = [ "root" "builder" "tom" ];
users.users.builder = { users.users.builder = {
isSystemUser = true; isNormalUser = true;
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICzRsLTBnow52e63Qp6JqUaLNOCpoIsPpJFOAhJOgF1M root@patate-douce" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICzRsLTBnow52e63Qp6JqUaLNOCpoIsPpJFOAhJOgF1M root@patate-douce"
]; ];
group = "builder";
}; };
users.groups.builder = {};