fix accidental copy paste

This commit is contained in:
chaos 2023-09-18 15:41:02 +01:00
parent f7a2f2ddd6
commit 20e2cdfdc2
No known key found for this signature in database

View file

@ -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 };
}; };
}) })