This commit is contained in:
Miguel Palhas
2025-07-17 10:13:16 +01:00
parent 65dd668e9e
commit 9f7157771c
5 changed files with 15 additions and 4 deletions
+5 -2
View File
@@ -30,7 +30,10 @@
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
kernelParams = [ "i915=force_probe=46a6" ];
kernelParams = [
"i915=force_probe=46a6"
"i915.enable_psr=0"
];
};
system.stateVersion = "24.05";
@@ -53,7 +56,7 @@
let
authorizedKeys = pkgs.fetchurl {
url = "https://github.com/naps62.keys";
sha256 = "sha256-O5JbzK5ulPob0HIrO8DT1MxfkC9bnfBw/0GR8Xu1tjw=";
sha256 = "sha256-L90zBt9vR4TqKj9wN2QsCvja4StgJsm/rdHuQSC9Mlg=";
};
in
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);