mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Update pbp.nix
This commit is contained in:
parent
bff6f3a1eb
commit
499b8e0332
1 changed files with 12 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue