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 23861ee03c
commit e3d86b3375
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

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