mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
remove netboot stuff again
This commit is contained in:
parent
8b37b0adfc
commit
b62b7577ca
3 changed files with 4 additions and 46 deletions
|
@ -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";
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue