stuff
This commit is contained in:
parent
f0f8c876a5
commit
6b9dc50548
3 changed files with 4 additions and 1 deletions
|
|
@ -73,7 +73,7 @@
|
|||
# ];
|
||||
boot.kernelParams = [
|
||||
"amdgpu.abmlevel=1"
|
||||
# "amdgpu.dcdebugmask=0x400"
|
||||
"amdgpu.dcdebugmask=0x400"
|
||||
];
|
||||
# boot.kernelModules = ["kvm-amd"];
|
||||
powerManagement.cpuFreqGovernor = "powersave";
|
||||
|
|
|
|||
|
|
@ -35,6 +35,8 @@
|
|||
"compression=zstd"
|
||||
"background_compression=zstd"
|
||||
"discard"
|
||||
"fsck"
|
||||
"fix_errors"
|
||||
];
|
||||
mountpoint = "/";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue