dolmite: support bandwagon and lightsail

This commit is contained in:
xinyangli 2024-06-11 18:19:43 +08:00
parent 2ce1e1a65e
commit 9ac58819e6
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
3 changed files with 105 additions and 13 deletions

View file

@ -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
];