mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-08 17:14:48 +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" ];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixos-x13s.enable = true;
|
||||
|
||||
nixos-x13s = {
|
||||
enable = true;
|
||||
bluetoothMac = "02:68:b3:29:da:98";
|
||||
};
|
||||
|
||||
isoImage = {
|
||||
makeEfiBootable = true;
|
||||
makeUsbBootable = true;
|
||||
|
|
Loading…
Reference in a new issue