remove netboot stuff again

This commit is contained in:
Rouven Seifert 2023-05-22 11:14:56 +02:00
parent 8b37b0adfc
commit b62b7577ca
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 4 additions and 46 deletions

View file

@ -1,19 +0,0 @@
{ config, modulesPath, ... }:
{
imports = [
"${modulesPath}/installer/netboot/netboot-minimal.nix"
];
console = {
font = "Lat2-Terminus16";
keyMap = "dvorak";
};
programs.git.enable = true;
# in case we need to rescue a zfs machine
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
system.stateVersion = "23.05";
}