nixos-servers/hosts/ha1/default.nix

7 lines
90 B
Nix

{ ... }: {
imports = [
./configuration.nix
../../services/home-assistant
];
}