summaryrefslogtreecommitdiff
path: root/hosts/local/fw11/configuration.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-01-26 04:59:01 +0700
committerpolwex <polwex@sortug.com>2025-01-26 04:59:01 +0700
commitfb39334bcdac65a1ff1d95e7e4db2e28eabcc2d6 (patch)
treed33193f5bac097f7cf0642c3041744eff09bdda2 /hosts/local/fw11/configuration.nix
parent44857f873bf0de923b9078b593391d4ff6908acb (diff)
m
Diffstat (limited to 'hosts/local/fw11/configuration.nix')
-rw-r--r--hosts/local/fw11/configuration.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix
index 8574868..ad8fffd 100644
--- a/hosts/local/fw11/configuration.nix
+++ b/hosts/local/fw11/configuration.nix
@@ -22,9 +22,10 @@ in {
# Include the results of the hardware scan.
../../base.nix
../../linux.nix
- ../wayland.nix
- ../../syncthing.nix
- ./keyboard.nix
+ # ../../syncthing.nix
+ ../../unfree.nix
+ # ../wayland.nix
+ # ./keyboard.nix
# ../android.nix
];
@@ -44,8 +45,8 @@ 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_6_11;
+ # boot.kernelPackages = pkgs.linuxPackages_latest;
+ boot.kernelPackages = pkgs.linuxPackages_6_12;
services.fprintd.enable = true;
networking = {