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