nixos-servers/hosts/http-proxy/default.nix
Torjus Håkestad 504be31412
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m49s
Add http-proxy host
2024-10-20 22:09:23 +02:00

8 lines
90 B
Nix

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