nixos/activation/bootspec: remove SB extension example in Cue schema

This commit is contained in:
Raito Bezarius 2022-11-30 18:00:24 +01:00 committed by Cole Helbling
parent 980f50124f
commit 9832e3e9b9

View file

@ -12,12 +12,6 @@
extensions?: {...}
}
#SecureBootExtensions: #V1 & {
extensions: {
osRelease: string
}
}
Document: {
v1: #V1
}