Archived
15 lines
268 B
Nix
15 lines
268 B
Nix
{ modulesPath, ... }:
|
|
|
|
{
|
|
imports = [
|
|
"${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"
|
|
./common.nix
|
|
];
|
|
|
|
# Only for ISO/Linode serial environments if required
|
|
# NOT for LXC
|
|
#
|
|
# boot.kernelParams = [
|
|
# "console=ttyS0,19200n8"
|
|
# ];
|
|
} |