Try to fix install.
This commit is contained in:
parent
4276f63c59
commit
478c73751f
@ -12,6 +12,7 @@
|
|||||||
config = {
|
config = {
|
||||||
isoImage.makeEfiBootable = true;
|
isoImage.makeEfiBootable = true;
|
||||||
isoImage.makeUsbBootable = true;
|
isoImage.makeUsbBootable = true;
|
||||||
|
me.boot.enable = lib.mkForce false;
|
||||||
|
|
||||||
me.buildingPortable = true;
|
me.buildingPortable = true;
|
||||||
me.disko.enable = true;
|
me.disko.enable = true;
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
lib,
|
||||||
modulesPath,
|
modulesPath,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
@ -12,6 +13,7 @@
|
|||||||
config = {
|
config = {
|
||||||
isoImage.makeEfiBootable = true;
|
isoImage.makeEfiBootable = true;
|
||||||
isoImage.makeUsbBootable = true;
|
isoImage.makeUsbBootable = true;
|
||||||
|
me.boot.enable = lib.mkForce false;
|
||||||
|
|
||||||
networking.dhcpcd.enable = true;
|
networking.dhcpcd.enable = true;
|
||||||
networking.useDHCP = true;
|
networking.useDHCP = true;
|
||||||
|
|||||||
@ -21,6 +21,7 @@
|
|||||||
time.timeZone = "America/New_York";
|
time.timeZone = "America/New_York";
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
|
me.boot.enable = true;
|
||||||
me.boot.secure = true;
|
me.boot.secure = true;
|
||||||
me.mountPersistence = true;
|
me.mountPersistence = true;
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@ let
|
|||||||
in
|
in
|
||||||
lib.unique (lib.flatten (collector self));
|
lib.unique (lib.flatten (collector self));
|
||||||
dependencies = [
|
dependencies = [
|
||||||
# this_nixos_config.config.system.build.toplevel
|
this_nixos_config.config.system.build.toplevel
|
||||||
this_nixos_config.config.system.build.diskoScript
|
this_nixos_config.config.system.build.diskoScript
|
||||||
# this_nixos_config.config.system.build.diskoScript.drvPath
|
# this_nixos_config.config.system.build.diskoScript.drvPath
|
||||||
this_nixos_config.pkgs.stdenv.drvPath
|
this_nixos_config.pkgs.stdenv.drvPath
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user