summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@higgsboson.tk>2016-12-09 08:30:17 +0100
committerJörg Thalheim <joerg@higgsboson.tk>2016-12-14 16:09:11 +0100
commitebd85b632af4992307111b400143820802b494c6 (patch)
tree51c3d630e6f809d03525704edb1f316d2a5c7d74
parentb217c0a99ba22371b2a73821a8e127892f2e24d4 (diff)
downloadnixpkgs-ebd85b632af4992307111b400143820802b494c6.tar
nixpkgs-ebd85b632af4992307111b400143820802b494c6.tar.gz
nixpkgs-ebd85b632af4992307111b400143820802b494c6.tar.bz2
nixpkgs-ebd85b632af4992307111b400143820802b494c6.tar.lz
nixpkgs-ebd85b632af4992307111b400143820802b494c6.tar.xz
nixpkgs-ebd85b632af4992307111b400143820802b494c6.tar.zst
nixpkgs-ebd85b632af4992307111b400143820802b494c6.zip
ferm: reload rules on updates instead of restart
-rw-r--r--nixos/modules/services/networking/ferm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/ferm.nix b/nixos/modules/services/networking/ferm.nix
index 6271e82541f..8933e166f59 100644
--- a/nixos/modules/services/networking/ferm.nix
+++ b/nixos/modules/services/networking/ferm.nix
@@ -51,6 +51,7 @@ in {
       before = [ "network-pre.target" ];
       wants = [ "network-pre.target" ];
       wantedBy = [ "multi-user.target" ];
+      reloadIfChanged = true;
       serviceConfig = {
         Type="oneshot";
         RemainAfterExit = "yes";