diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-11 11:55:30 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-11 11:55:30 -0600 |
| commit | 7515aacdf93f68b7ca81f09869200063e41038da (patch) | |
| tree | 85fcc13fadf799a090c220ead0fed3b296f84cf1 /machines/bosco/disko.nix | |
| parent | 6cf1f6e0e6e687000fb49ffb3ef34b9b8d7d119d (diff) | |
fixed boot, hopefully networking
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" ]; |
