convert firewall service to new serviceDefn

this is a bit kludgey with dependencies, need to
come back and look at that
This commit is contained in:
Daniel Barlow 2023-08-05 12:07:35 +01:00
parent fbb2c04132
commit 90c1d59aca
3 changed files with 16 additions and 15 deletions

View file

@ -168,7 +168,7 @@ in rec {
dependencies = [ services.wan ];
};
services.firewall = svc.firewall {
services.firewall = svc.firewall.build {
ruleset = import ./rotuer-firewall.nix;
};