From 9248259708bd6ade5e334a2cdfb29d2a20acb0dd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 3 Oct 2022 17:15:36 +0200 Subject: ... --- installer-profiles/cd-dvd.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 installer-profiles/cd-dvd.nix (limited to 'installer-profiles/cd-dvd.nix') diff --git a/installer-profiles/cd-dvd.nix b/installer-profiles/cd-dvd.nix new file mode 100644 index 00000000..45291bad --- /dev/null +++ b/installer-profiles/cd-dvd.nix @@ -0,0 +1,7 @@ +{ flakeInputs, ... }: + +{ + imports = [ + "${flakeInputs.nixpkgs.outPath}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix" + ]; +} -- cgit v1.2.3