Skip to content

Commit 72e60b0

Browse files
committed
nixos: fw13 update disko config
1 parent aea6da6 commit 72e60b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nixos/hosts/fw13-amd/disko.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
priority = 1;
1212
name = "ESP";
1313
start = "1M";
14-
end = "128M";
14+
end = "1G";
1515
type = "EF00";
1616
content = {
1717
type = "filesystem";
1818
format = "vfat";
1919
mountpoint = "/boot";
20+
mountOptions = [ "umask=0077" ];
2021
};
2122
};
2223
root = {

0 commit comments

Comments
 (0)