set up something working (hopefully)
This commit is contained in:
parent
ef7d08bedf
commit
86e93de371
21 changed files with 567 additions and 10 deletions
11
hosts/vali/desktop/boot.nix
Normal file
11
hosts/vali/desktop/boot.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ inputs, outputs, profile-config, pkgs, ... }:
|
||||
{
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
device = "nodev";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue