firewall needs the secrets subscriber

This commit is contained in:
Daniel Barlow
2025-08-12 20:07:39 +01:00
parent 71b3f3d6d7
commit 7e6a59631a

View File

@@ -53,6 +53,9 @@ let
};
in
{
# we use the secrets subscriber to restart when interfaces change
imports = [ ../secrets ];
options = {
system.service.firewall = mkOption {
type = liminix.lib.types.serviceDefn;