fixup! feat(amd): improve system performance and configuration
This commit is contained in:
parent
fdfc795e98
commit
cb29ee3c9f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/050c9912-36c3-4a65-ba8b-ba68e5171e18";
|
device = "/dev/disk/by-uuid/050c9912-36c3-4a65-ba8b-ba68e5171e18";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
options = "noatime";
|
options = [ "noatime" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue