mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
make systemd-boot shutup
This commit is contained in:
parent
714b885bfe
commit
d4887d427e
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ lib: {
|
|||
type = "filesystem";
|
||||
format = "vfat";
|
||||
mountpoint = "/efi${name}";
|
||||
mountOptions = [
|
||||
"umask=007"
|
||||
];
|
||||
};
|
||||
};
|
||||
swap = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue