fwminex: fix firewall typo

This commit is contained in:
Motiejus Jakštys 2023-09-22 09:58:09 +03:00
parent 7ddceca0b8
commit 93e521605d
1 changed files with 1 additions and 1 deletions

View File

@ -159,6 +159,6 @@ in {
hostId = "3a54afcd";
hostName = "fwminex";
domain = "motiejus.jakst";
rejectPackets = true;
firewall.rejectPackets = true;
};
}