From 32470621d51fce499dfcabccfbdecbf93c0388b9 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 26 Feb 2014 13:35:04 -0500 Subject: [PATCH] Restart keys.target on reconfiguration --- nixos/modules/system/boot/systemd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index e0773c1fab42..2d1bb5ae9802 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -649,6 +649,7 @@ in systemd.targets.keys = { description = "Security Keys"; + unitConfig.X-StopOnReconfiguration = true; }; systemd.units =