Test
This commit is contained in:
parent
6deed38ed9
commit
4a2c4effeb
4 changed files with 11 additions and 6 deletions
|
@ -6,6 +6,7 @@
|
|||
safe.directory = [
|
||||
"/etc/nixos/git"
|
||||
];
|
||||
core.askPass = true;
|
||||
credential.helper = "cache --timeout=25920000";
|
||||
user.signingkey = "48FBC3335A26DED6";
|
||||
commit.gpgsign = "true";
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"browser.newtabpage.activity-stream.feeds.telemetry" = false;
|
||||
"browser.newtabpage.activity-stream.telemetry" = false;
|
||||
"browser.ping-centre.telemetry" = false;
|
||||
"browser.startup.homepage" = "https://dir.sysctl.io";
|
||||
"browser.startup.homepage" = "https://kagi.com";
|
||||
"browser.search.region" = "US";
|
||||
"browser.search.isUS" = true;
|
||||
"browser.bookmarks.showMobileBookmarks" = false;
|
||||
|
|
|
@ -36,10 +36,14 @@
|
|||
|
||||
# FIX: One of these is causing it...
|
||||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
# boot.kernelParams = [
|
||||
# "boot.shell_on_fail"
|
||||
# "amdgpu.abmlevel=0" # Prevents screen washout on power-save modes
|
||||
# ];
|
||||
|
||||
boot.kernelParams = [
|
||||
"usbcore.autosuspend=-1" # Disable USB autosuspend
|
||||
"pcie_aspm=off" # Disable ASPM for PCIe devices
|
||||
"amd_iommu=on" # Force IOMMU for better device isolation
|
||||
"boot.shell_on_fail"
|
||||
"amdgpu.abmlevel=0" # Prevents screen washout on power-save modes
|
||||
];
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8ed82c9afaac6359cf4603196f7a5bd4b399a4b5
|
||||
Subproject commit 26552d8bade6fa39188ebf68e9ffa1a8dcd75108
|
Loading…
Add table
Reference in a new issue