Add changes made since installation
This commit is contained in:
parent
b26fd20ead
commit
7e8b57b1a9
13 changed files with 142 additions and 25 deletions
|
@ -5,11 +5,11 @@
|
|||
disk = {
|
||||
master = {
|
||||
type = "disk";
|
||||
device = ""; # [managed by install.sh]
|
||||
device = "/dev/nvme0n1"; # [managed by install.sh]
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
ESP = {
|
||||
efi = {
|
||||
priority = 1;
|
||||
name = "efi";
|
||||
start = "1M";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue