mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
everything works :D
This commit is contained in:
parent
19a3a6c4d9
commit
714b885bfe
9 changed files with 6400 additions and 278 deletions
|
|
@ -17,7 +17,6 @@ lib: {
|
|||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
#BOOT is unused
|
||||
BOOT = {
|
||||
device = "${fullName}-part1";
|
||||
type = "EF00";
|
||||
|
|
@ -26,6 +25,7 @@ lib: {
|
|||
content = {
|
||||
type = "filesystem";
|
||||
format = "vfat";
|
||||
mountpoint = "/efi${name}";
|
||||
};
|
||||
};
|
||||
swap = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue