about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2024-01-16 15:43:05 -0500
committerGitHub <noreply@github.com>2024-01-16 15:43:05 -0500
commitbf54848f3be7a0c9a1e050eed1b79856624ec08f (patch)
tree50cb0c0ac8bde816be72457739ef12897efc9c68 /nixos
parent66e3ec7d3024ba4a30b0f07d7956a85b0093ffc6 (diff)
parentd177e2ef06fd8550117c5ddc0964a5d8feccc417 (diff)
Merge pull request #280232 from jmbaur/sysupdate-example-fix
nixos/sysupdate: fix example text
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/boot/systemd/sysupdate.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd/sysupdate.nix b/nixos/modules/system/boot/systemd/sysupdate.nix
index b1914a9c4e767..cab35ddf270cb 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";
           };