summary refs log tree commit diff
path: root/modules/services/networking/firewall.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/networking/firewall.nix')
-rw-r--r--modules/services/networking/firewall.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/services/networking/firewall.nix b/modules/services/networking/firewall.nix
index d262f1f76cbc..7bc09a7b4044 100644
--- a/modules/services/networking/firewall.nix
+++ b/modules/services/networking/firewall.nix
@@ -236,7 +236,9 @@ in
                  ];
 
     jobs.firewall =
-      { startOn = "started network-interfaces";
+      { description = "Firewall";
+
+        startOn = "started network-interfaces";
 
         path = [ pkgs.iptables ];