mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
carbon: updated /boot's mount options
This commit is contained in:
parent
6e8eea4549
commit
8b0e44f35e
2 changed files with 1 additions and 8 deletions
|
|
@ -16,7 +16,7 @@
|
|||
type = "filesystem";
|
||||
format = "vfat";
|
||||
mountpoint = "/boot";
|
||||
mountOptions = [ "defaults" ];
|
||||
mountOptions = [ "umask=0077" ];
|
||||
};
|
||||
};
|
||||
luks = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue