pub-solar-os/hosts/flora-6/default.nix
Benjamin Bädorf 1f2d56e0c9
Rename flora6 to flora-6
This aligns with the coming changes in hostnames in the terraform
infrastructure.
2022-11-26 02:40:51 +01:00

7 lines
49 B
Nix

{ ... }:
{
imports = [
./flora6.nix
];
}