fix ref to firewall

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-08-24 01:16:09 -04:00
parent 72c617619c
commit df83fa864c
No known key found for this signature in database
GPG Key ID: 1316487BA407ECAF

View File

@ -34,5 +34,5 @@
}; };
}; };
firewall.enable = lib.mkDefault true; networking.firewall.enable = lib.mkDefault true;
} }