fix accidental copy paste
This commit is contained in:
parent
f7a2f2ddd6
commit
20e2cdfdc2
|
@ -234,7 +234,7 @@ in {
|
||||||
value = {
|
value = {
|
||||||
after = ["auto-secrets.service"];
|
after = ["auto-secrets.service"];
|
||||||
wants = ["auto-secrets.service"];
|
wants = ["auto-secrets.service"];
|
||||||
systemctl status wg-quick-wg0partOf = mkIf unitConfig.withPartOf ["auto-secrets.service"];
|
partOf = mkIf unitConfig.withPartOf ["auto-secrets.service"];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
affectedSystemdServices))
|
affectedSystemdServices))
|
||||||
|
@ -244,7 +244,7 @@ in {
|
||||||
(lib.filter
|
(lib.filter
|
||||||
(unitConfig: unitConfig.withPartOf)
|
(unitConfig: unitConfig.withPartOf)
|
||||||
affectedSystemdServices);
|
affectedSystemdServices);
|
||||||
};systemctl status wg-quick-wg0
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue