dolmite: support bandwagon and lightsail
This commit is contained in:
parent
2ce1e1a65e
commit
9ac58819e6
3 changed files with 105 additions and 13 deletions
|
@ -1,13 +1,13 @@
|
|||
{ inputs, config, pkgs, lib, modulesPath, ... }:
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
awsHosts = [ "sgp-00" "tok-00 "];
|
||||
awsHosts = [ "tok-00 "];
|
||||
bwgHosts = [ "la-00" ];
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../sops.nix
|
||||
./bandwagon.nix
|
||||
./lightsail.nix
|
||||
./bandwagon.nix
|
||||
./lightsail.nix
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue