This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nix-auto-installer/installer.nix
T
2026-07-19 13:29:35 +10:00

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"
# ];
}