flake/colmena: cleanup

This commit is contained in:
Guanran Wang 2024-07-10 17:57:01 +08:00
parent 6d2ac829f4
commit e8d2deacd7
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -208,19 +208,17 @@
};
};
"lightsail-tokyo" = {
imports = [
defaults.imports = [
./nixos/profiles/core
./hosts/lightsail-tokyo
];
"lightsail-tokyo" = {
imports = [./hosts/lightsail-tokyo];
deployment.targetHost = "tyo0.ny4.dev";
};
"blacksteel" = {
imports = [
./nixos/profiles/core
./hosts/blacksteel
];
imports = [./hosts/blacksteel];
deployment.targetHost = "blacksteel"; # thru tailscale
};
};