fix illegal module options
This commit is contained in:
@@ -12,7 +12,6 @@ in
|
||||
options = {
|
||||
boot.initramfs = {
|
||||
enable = mkEnableOption "enable initramfs";
|
||||
default = false;
|
||||
};
|
||||
system.outputs.initramfs = mkOption {
|
||||
type = types.package;
|
||||
|
Reference in New Issue
Block a user