From d177e2ef06fd8550117c5ddc0964a5d8feccc417 Mon Sep 17 00:00:00 2001 From: Jared Baur Date: Thu, 11 Jan 2024 01:47:36 -0800 Subject: [PATCH] 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. --- nixos/modules/system/boot/systemd/sysupdate.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/systemd/sysupdate.nix b/nixos/modules/system/boot/systemd/sysupdate.nix index b1914a9c4e76..cab35ddf270c 100644 --- a/nixos/modules/system/boot/systemd/sysupdate.nix +++ b/nixos/modules/system/boot/systemd/sysupdate.nix @@ -71,7 +71,7 @@ in type = with lib.types; attrsOf format.type; default = { }; example = { - "10-uki.conf" = { + "10-uki" = { Transfer = { ProtectVersion = "%A"; };