From a7b24c0fa47c963b57f2eb3d55ffe7d8db566c62 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 21 Oct 2024 00:09:09 -0600 Subject: [PATCH] [NixOS] Set gitlab host --- nixos/machines/biskcomp.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 59806174..894a8c96 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -56,6 +56,7 @@ in enable = true; databasePasswordFile = pkgs.writeText "dbPassword" "zgvcyfwsxzcwr85l"; initialRootPasswordFile = pkgs.writeText "rootPassword" "dakqdvp4ovhksxer"; + host = "gitlab.railbird.ai"; secrets = { secretFile = pkgs.writeText "secret" "Aig5zaic"; otpFile = pkgs.writeText "otpsecret" "Riew9mue";