Add valkyrie host
This commit is contained in:
parent
9cf5bd0469
commit
667b1c256b
12 changed files with 211 additions and 26 deletions
|
@ -5,6 +5,9 @@ let
|
|||
"proxmox" = [
|
||||
./config/environments/proxmox-vm
|
||||
];
|
||||
"openstack" = [
|
||||
./config/environments/openstack-vm
|
||||
];
|
||||
};
|
||||
generateDefaults = hosts: builtins.mapAttrs (name: {
|
||||
hostNixpkgs ? nixpkgs,
|
||||
|
@ -25,7 +28,6 @@ in
|
|||
generateDefaults {
|
||||
#fee = {
|
||||
# site = "wg";
|
||||
# environment = "bare-metal";
|
||||
#};
|
||||
hydra = {
|
||||
site = "vs";
|
||||
|
@ -79,6 +81,10 @@ in
|
|||
site = "vs";
|
||||
environment = "proxmox";
|
||||
};
|
||||
valkyrie = {
|
||||
site = "af";
|
||||
environment = "openstack";
|
||||
};
|
||||
web-public-2 = {
|
||||
hostNixpkgs = nixpkgs-unstable;
|
||||
site = "vs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue