mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-21 14:54:49 +01:00
fix iso building
This commit is contained in:
parent
e2ed1ccd08
commit
39105d4fa7
|
@ -76,7 +76,12 @@
|
||||||
imports = [ "${toString modulesPath}/installer/cd-dvd/iso-image.nix" ];
|
imports = [ "${toString modulesPath}/installer/cd-dvd/iso-image.nix" ];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixos-x13s.enable = true;
|
|
||||||
|
nixos-x13s = {
|
||||||
|
enable = true;
|
||||||
|
bluetoothMac = "02:68:b3:29:da:98";
|
||||||
|
};
|
||||||
|
|
||||||
isoImage = {
|
isoImage = {
|
||||||
makeEfiBootable = true;
|
makeEfiBootable = true;
|
||||||
makeUsbBootable = true;
|
makeUsbBootable = true;
|
||||||
|
|
Loading…
Reference in a new issue