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