Torjus Håkestad f15c318558
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Add wireguard to http proxy
2025-05-15 21:11:46 +02:00

9 lines
106 B
Nix

{ ... }:
{
imports = [
./configuration.nix
../../services/http-proxy
./wireguard.nix
];
}