diff options
Diffstat (limited to 'machines/bosco/disko.nix')
| -rw-r--r-- | machines/bosco/disko.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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" ]; |
