This commit is contained in:
Tao Tien 2025-01-05 23:59:35 -08:00
parent f0f8c876a5
commit 6b9dc50548
3 changed files with 4 additions and 1 deletions

View file

@ -73,7 +73,7 @@
# ];
boot.kernelParams = [
"amdgpu.abmlevel=1"
# "amdgpu.dcdebugmask=0x400"
"amdgpu.dcdebugmask=0x400"
];
# boot.kernelModules = ["kvm-amd"];
powerManagement.cpuFreqGovernor = "powersave";

View file

@ -35,6 +35,8 @@
"compression=zstd"
"background_compression=zstd"
"discard"
"fsck"
"fix_errors"
];
mountpoint = "/";
};

View file

@ -20,6 +20,7 @@ alias cp = cp -prv
alias mv-full = mv
alias mv = mv -pv
alias j = jj
alias ja = jj log -r 'all()'
alias jc = jj desc
alias jd = jj diff