nixos/sysupdate: fix example text

The example systemd-sysupdate transfer name has a ".conf" suffix,
although the files on the final system are already appended with this
suffix, so the file ends up being "transfer-name.conf.conf". Remove the
suffix in the example so that users will get a transfer filename they
expect.
This commit is contained in:
Jared Baur 2024-01-11 01:47:36 -08:00
parent 5017e843e0
commit d177e2ef06
No known key found for this signature in database

View File

@ -71,7 +71,7 @@ in
type = with lib.types; attrsOf format.type;
default = { };
example = {
"10-uki.conf" = {
"10-uki" = {
Transfer = {
ProtectVersion = "%A";
};