make live iso minimal
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ config, lib, ... }: {
|
||||
|
||||
options.sysconfig.opts.devices.bonus = lib.mkOption {
|
||||
type = lib.types.attrsOf lib.types.str;
|
||||
default = null;
|
||||
};
|
||||
|
||||
config = lib.mkIf (config.disko.enable && config.sysconfig.opts.devices.bonus != null) {
|
||||
disko.devices = {
|
||||
|
||||
Reference in New Issue
Block a user