make live iso minimal
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
nixosModule = { config, lib, pkgs, core_inputs, ... }: {
|
||||
imports = [
|
||||
./configuration
|
||||
./configuration/${core_inputs.host}/hardware-configuration.nix
|
||||
# ./configuration/${core_inputs.host}/hardware-configuration.nix
|
||||
./disko
|
||||
inputs.disko.nixosModules.default
|
||||
./impermanence
|
||||
@@ -43,16 +43,6 @@
|
||||
type = lib.types.str;
|
||||
default = "nathan";
|
||||
};
|
||||
devices = {
|
||||
main = lib.options.mkOption {
|
||||
type = lib.types.str;
|
||||
default = null;
|
||||
};
|
||||
bonus = lib.options.mkOption {
|
||||
type = lib.types.attrsOf lib.types.str;
|
||||
default = null;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user