devices.one: switch to unstable kernel

This commit is contained in:
2025-07-25 22:32:54 +08:00
parent 6af5814ca6
commit b745e79f6c
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ inputs:
resume = { device = "/dev/mapper/root"; offset = 4728064; };
};
nixpkgs.march = "tigerlake";
kernel.variant = "xanmod-unstable";
};
hardware.gpu.type = "intel";
services =

View File

@@ -4,7 +4,7 @@ inputs:
{
variant = mkOption
{
type = types.nullOr (types.enum [ "nixos" "xanmod-lts" "xanmod-latest" ]);
type = types.nullOr (types.enum [ "nixos" "xanmod-lts" "xanmod-latest" "xanmod-unstable" ]);
default = "xanmod-lts";
};
patches = mkOption { type = types.listOf types.nonEmptyStr; default = []; };