Files
numbus-server-module/modules/networking/default.nix
T

8 lines
72 B
Nix

{ ... }:
{
imports = [
./firewall.nix
./networking.nix
];
}