profiles/gitlab: init

Signed-off-by: Ryan Lahfa <federez-infra@lahfa.xyz>
This commit is contained in:
Ryan Lahfa 2024-08-08 16:33:46 +02:00 committed by Jeltz
parent 0b55fc629f
commit 3b6c3f6d70
Signed by: jeltz
GPG key ID: 800882B66C0C3326
8 changed files with 115 additions and 43 deletions

View file

@ -117,4 +117,21 @@ in
./profiles/netdata.nix
];
};
aragon = { name, nodes, ... }: {
deployment.tags = [ "gitlab" ];
deployment.targetHost = "aragon.federez.net";
federez.monitoring.apiKey = "370a181d-6b00-4c3d-af27-ca65e6e4c1b0";
networking.hostName = name;
glucagon.networking = {
nibble = 231;
wan-mac = "BC:24:11:E3:12:4A";
};
imports = [
./profiles/vm.nix
./profiles/gitlab.nix
];
};
}