diff options
author | polwex <polwex@sortug.com> | 2024-09-24 00:10:30 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-09-24 00:10:30 +0700 |
commit | a6109558c4b246bbe71f6e949f92f427116eb033 (patch) | |
tree | dbaf7591af5dcc579ffe458bba7da52dfda72b90 /hosts/local/fw11/configuration.nix | |
parent | 536916df4d5c5bd32086227658e7c1c0e1ba0757 (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 b83f185..9c34ddb 100644 --- a/hosts/local/fw11/configuration.nix +++ b/hosts/local/fw11/configuration.nix @@ -35,7 +35,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 = { |