new hardware

This commit is contained in:
eneller
2023-11-28 16:22:09 +01:00
parent 7e551bd044
commit 2d6a6cea06
2 changed files with 10 additions and 8 deletions

View File

@@ -12,9 +12,12 @@
];
# Bootloader.
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/nvme0n1";
boot.loader.grub.useOSProber = true;
boot.loader.grub = {
enable = true;
forceInstall = true;
device = "/dev/nvme1n1";
useOSProber = true;
};
networking.hostName = "nixos"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.