mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
setup secure boot
This commit is contained in:
parent
452dbf5658
commit
f8a338df15
4 changed files with 259 additions and 34 deletions
|
|
@ -17,6 +17,7 @@ lib: {
|
|||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
#BOOT is unused
|
||||
BOOT = {
|
||||
device = "${fullName}-part1";
|
||||
type = "EF00";
|
||||
|
|
@ -25,7 +26,6 @@ lib: {
|
|||
content = {
|
||||
type = "filesystem";
|
||||
format = "vfat";
|
||||
mountpoint = "/efi${name}";
|
||||
};
|
||||
};
|
||||
swap = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue