Skip to content

Commit

Permalink
2024/05/27-23:14:35
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed May 27, 2024
1 parent 1543f49 commit 79794c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions system/z13.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ with lib;
(import ../src/extra.nix)
(import ../pkgs/extra.nix)
];
boot.kernelParams = options.boot.kernelParams.default ++ [
"amd_pstate=passive"
"amd_iommu=on"
];
# boot.kernelParams = options.boot.kernelParams.default ++ [
# "amd_pstate=passive"
# "amd_iommu=on"
# ];
boot.initrd.luks.devices."root".crypttabExtraOpts = [ "tpm2-device=auto" ];

services = {
Expand Down

0 comments on commit 79794c6

Please sign in to comment.