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