memtest + fix hardware config + installer
This commit is contained in:
parent
e460470190
commit
c6b9fc1c37
|
@ -35,6 +35,9 @@ in
|
|||
# use a high resolution
|
||||
boot.loader.systemd-boot.consoleMode = "max";
|
||||
|
||||
# we want to be able to do a memtest
|
||||
boot.loader.systemd-boot.memtest86.enable = true;
|
||||
|
||||
# use systemd early
|
||||
boot.initrd.systemd.enable = true;
|
||||
|
||||
|
@ -213,6 +216,7 @@ in
|
|||
libva-utils
|
||||
lsof
|
||||
mc
|
||||
nixos-install-tools
|
||||
unrar
|
||||
unzip
|
||||
vulkan-tools
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
networking.useDHCP = false;
|
||||
systemd.network.enable = true;
|
||||
systemd.network.networks."10-lan" = {
|
||||
matchConfig.Name = "enp9s0";
|
||||
matchConfig.Name = "enp10s0";
|
||||
networkConfig.DHCP = "yes";
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue