profiles/gitlab: init
Signed-off-by: Ryan Lahfa <federez-infra@lahfa.xyz>
This commit is contained in:
parent
0b55fc629f
commit
3b6c3f6d70
8 changed files with 115 additions and 43 deletions
17
hive.nix
17
hive.nix
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue