From 7515aacdf93f68b7ca81f09869200063e41038da Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 11 Apr 2026 11:55:30 -0600 Subject: fixed boot, hopefully networking --- machines/bosco/disko.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'machines/bosco/disko.nix') diff --git a/machines/bosco/disko.nix b/machines/bosco/disko.nix index 3bb1f85..bace733 100644 --- a/machines/bosco/disko.nix +++ b/machines/bosco/disko.nix @@ -9,15 +9,17 @@ content = { type = "gpt"; partitions = { - ESP = { + boot = { label = "boot"; name = "ESP"; + # start = "1M"; size = "512M"; type = "EF00"; content = { type = "filesystem"; format = "vfat"; mountpoint = "/boot"; + # mountOptions = [ "umask 0077" ]; mountOptions = [ "defaults" ]; -- cgit v1.2.3