summaryrefslogtreecommitdiff
path: root/config/networking/services
diff options
context:
space:
mode:
Diffstat (limited to 'config/networking/services')
-rw-r--r--config/networking/services/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/networking/services/default.nix b/config/networking/services/default.nix
index ffc56cf..e51aa5a 100644
--- a/config/networking/services/default.nix
+++ b/config/networking/services/default.nix
@@ -1,5 +1,5 @@
{ ... }:
{
- imports = [ ./dhcp.nix ./dns.nix ./ap.nix ];
+ imports = [ ./ap.nix ./dhcp.nix ./dns.nix ./firewall.nix ];
}