changed channel to nixos-2205 and kernel to latest.
This commit is contained in:
@@ -16,6 +16,5 @@ hardware.acpilight.enable = true;
|
||||
##### bluetooth #####
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
#services.blueman.enable = true;
|
||||
|
||||
}
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
# Set kernel to latest
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
##### nix extra options #######
|
||||
|
||||
nix = {
|
||||
|
||||
Reference in New Issue
Block a user