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";
|
type = "filesystem";
|
||||||
format = "vfat";
|
format = "vfat";
|
||||||
mountpoint = "/efi${name}";
|
mountpoint = "/efi${name}";
|
||||||
|
mountOptions = [
|
||||||
|
"umask=007"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
swap = {
|
swap = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue