mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 11:43:01 -06:00
Update pbp.nix
This commit is contained in:
parent
1dc872cc22
commit
851c446e19
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
# "${nixos-hardware}/pine64/pinebook-pro"
|
# "${nixos-hardware}/pine64/pinebook-pro"
|
||||||
<nixos-hardware/pine64/pinebook-pro>
|
# <nixos-hardware/pine64/pinebook-pro>
|
||||||
# ./programs.nix
|
# ./programs.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@
|
||||||
|
|
||||||
grub = {
|
grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
efiInstallAsRemovable = true;
|
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
version = 2;
|
version = 2;
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue