buskerud: bootloader - 3.3TB, OS - 256GB 👍
Eval nix flake / evals (pull_request) Failing after 1m49s Details
Eval nix flake / evals (push) Failing after 1m57s Details

This commit is contained in:
Daniel Lovbrotte Olsen 2023-12-10 05:27:58 +01:00
parent eabd8df3d8
commit dd8b677a79
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# boot.loader.systemd-boot.enable = true;
# boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.device = "/dev/sdb";
networking.hostName = "buskerud";
networking.search = [ "pvv.ntnu.no" "pvv.org" ];