fix illegal module options

This commit is contained in:
Daniel Barlow 2023-08-04 20:07:06 +01:00
parent 7fad66ff27
commit 4689cebf8d
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,6 @@ in
options = {
boot.initramfs = {
enable = mkEnableOption "enable initramfs";
default = false;
};
system.outputs.initramfs = mkOption {
type = types.package;