make live iso minimal

This commit is contained in:
2024-10-19 08:44:02 -05:00
parent 2181795bdb
commit ffae6f8057
13 changed files with 117 additions and 700 deletions

View File

@@ -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 = {