nixos-infra/services/networking/default.nix
2026-04-01 09:54:15 +03:00

6 lines
59 B
Nix

{
imports = [
./options.nix
./service.nix
];
}