Files

8 lines
72 B
Nix

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