diff options
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/glados/boot.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/systems/glados/boot.nix b/systems/glados/boot.nix index c9224c8..1a1d29e 100644 --- a/systems/glados/boot.nix +++ b/systems/glados/boot.nix @@ -1,14 +1,11 @@ { config, lib, - pkgs, ... }: { boot = { - kernelPackages = pkgs.linuxKernel.packages.linux_6_11; - kernelParams = [ "amd_pstate=active" @@ -20,7 +17,5 @@ lanzaboote = { enable = true; }; - - supportedFilesystems = [ "ntfs" ]; # for game drive }; } |
