Update pbp.nix

This commit is contained in:
Aaron Honeycutt 2022-12-05 20:47:30 +00:00
parent bff6f3a1eb
commit 499b8e0332

View file

@ -6,6 +6,18 @@
# ./programs.nix # ./programs.nix
]; ];
boot.loader = {
efi = {
canTouchEfiVariables = true;
};
grub = {
enable = true;
efiSupport = true;
device = "/dev/mmcblk0";
};
};
fileSystems = { fileSystems = {
"/" = { "/" = {
device = "/dev/disk/by-label/NIXOS_SD"; device = "/dev/disk/by-label/NIXOS_SD";