mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 00:20:13 +00:00
introduce arrow host and deployment
This commit is contained in:
19
modules/nixos/hardware/iso.nix
Normal file
19
modules/nixos/hardware/iso.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{ config, lib, modulesPath, ... }:
|
||||
{
|
||||
|
||||
# options.iso.enable = lib.mkEnableOption "Enable creating as an ISO.";
|
||||
#
|
||||
# imports = [ "${toString modulesPath}/installer/cd-dvd/iso-image.nix" ];
|
||||
|
||||
# config = lib.mkIf config.iso.enable {
|
||||
#
|
||||
# # EFI booting
|
||||
# isoImage.makeEfiBootable = true;
|
||||
#
|
||||
# # USB booting
|
||||
# isoImage.makeUsbBootable = true;
|
||||
#
|
||||
# };
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user