nixos-servers/hosts/ha1/default.nix

7 lines
90 B
Nix
Raw Permalink Normal View History

2024-05-01 17:05:45 +00:00
{ ... }: {
imports = [
./configuration.nix
2024-05-01 17:18:28 +00:00
../../services/home-assistant
2024-05-01 17:05:45 +00:00
];
}