changed channel to nixos-2205 and kernel to latest.

This commit is contained in:
2022-11-02 11:23:10 +01:00
parent 9e305b0910
commit fae0c8999b
2 changed files with 3 additions and 1 deletions

View File

@@ -16,6 +16,5 @@ hardware.acpilight.enable = true;
##### bluetooth #####
hardware.bluetooth.enable = true;
#services.blueman.enable = true;
}

View File

@@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
# Set kernel to latest
boot.kernelPackages = pkgs.linuxPackages_latest;
##### nix extra options #######
nix = {