nixos-servers/hosts/http-proxy/default.nix

8 lines
90 B
Nix
Raw Normal View History

2024-10-20 20:09:23 +00:00
{ ... }:
{
imports = [
./configuration.nix
../../services/home-assistant
];
}