flake/colmena: cleanup
This commit is contained in:
parent
6d2ac829f4
commit
e8d2deacd7
1 changed files with 6 additions and 8 deletions
12
flake.nix
12
flake.nix
|
@ -208,19 +208,17 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"lightsail-tokyo" = {
|
defaults.imports = [
|
||||||
imports = [
|
|
||||||
./nixos/profiles/core
|
./nixos/profiles/core
|
||||||
./hosts/lightsail-tokyo
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
"lightsail-tokyo" = {
|
||||||
|
imports = [./hosts/lightsail-tokyo];
|
||||||
deployment.targetHost = "tyo0.ny4.dev";
|
deployment.targetHost = "tyo0.ny4.dev";
|
||||||
};
|
};
|
||||||
|
|
||||||
"blacksteel" = {
|
"blacksteel" = {
|
||||||
imports = [
|
imports = [./hosts/blacksteel];
|
||||||
./nixos/profiles/core
|
|
||||||
./hosts/blacksteel
|
|
||||||
];
|
|
||||||
deployment.targetHost = "blacksteel"; # thru tailscale
|
deployment.targetHost = "blacksteel"; # thru tailscale
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue