fix accidental copy paste
This commit is contained in:
parent
f7a2f2ddd6
commit
20e2cdfdc2
|
@ -234,7 +234,7 @@ in {
|
|||
value = {
|
||||
after = ["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))
|
||||
|
@ -244,7 +244,7 @@ in {
|
|||
(lib.filter
|
||||
(unitConfig: unitConfig.withPartOf)
|
||||
affectedSystemdServices);
|
||||
};systemctl status wg-quick-wg0
|
||||
};
|
||||
};
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue