diff options
author | polwex <polwex@sortug.com> | 2024-10-22 02:35:09 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-10-22 02:35:09 +0700 |
commit | 8ba8980c12a1fb05970dead6228ddc3129ff5868 (patch) | |
tree | 964d7e2d139a97ad0a0ca7f306819766bcfee31c /hosts/local/fw11/configuration.nix | |
parent | c9ef1bc77dad9b45f7556ef3abecac53085538f4 (diff) |
m
Diffstat (limited to 'hosts/local/fw11/configuration.nix')
-rw-r--r-- | hosts/local/fw11/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix index 284ac0c..0b7793e 100644 --- a/hosts/local/fw11/configuration.nix +++ b/hosts/local/fw11/configuration.nix @@ -44,7 +44,7 @@ in { boot.loader.efi.canTouchEfiVariables = true; # boot.supportedFilesystems = ["ntfs"]; # boot.kernelPackages = lib.mkForce unfreePkgs.linuxKernel.packages.linux_xanmod_latest; - # boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_latest; services.fprintd.enable = true; networking = { |