nixos/nm-setup-hostsdir: RemainAfterExist -> RemainAfterExit
This commit is contained in:
parent
ac22b8db09
commit
b20fcce195
@ -488,7 +488,7 @@ in {
|
|||||||
'') cfg.dynamicHosts.hostsDirs);
|
'') cfg.dynamicHosts.hostsDirs);
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
RemainAfterExist = true;
|
RemainAfterExit = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user