mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Some updates to flakes
This commit is contained in:
parent
92db98ae68
commit
b28b94ae17
5 changed files with 15 additions and 53 deletions
9
modules/boot.nix
Normal file
9
modules/boot.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
boot.loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
efiSysMountPoint = "/boot";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue