mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Restart keys.target on reconfiguration
This commit is contained in:
parent
69b6b939ef
commit
32470621d5
1 changed files with 1 additions and 0 deletions
|
@ -649,6 +649,7 @@ in
|
||||||
|
|
||||||
systemd.targets.keys =
|
systemd.targets.keys =
|
||||||
{ description = "Security Keys";
|
{ description = "Security Keys";
|
||||||
|
unitConfig.X-StopOnReconfiguration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.units =
|
systemd.units =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue