flake/colmena: cleanup
This commit is contained in:
parent
e8164d9c63
commit
239dd56bf7
1 changed files with 6 additions and 8 deletions
12
flake.nix
12
flake.nix
|
@ -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
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue