mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix dpms?
This commit is contained in:
parent
134b4e409a
commit
c2154e01b7
2 changed files with 2 additions and 5 deletions
|
|
@ -26,9 +26,7 @@ lib: {
|
|||
type = "filesystem";
|
||||
format = "vfat";
|
||||
mountpoint = "/efi${name}";
|
||||
mountOptions = [
|
||||
"umask=007"
|
||||
];
|
||||
mountOptions = [ "umask=007" ];
|
||||
};
|
||||
};
|
||||
swap = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue