ookst480s: update host modules

This commit is contained in:
ooks-io 2024-11-22 11:14:55 +11:00
parent 033588cb19
commit 4ac9af3ca8
5 changed files with 54 additions and 88 deletions

View file

@ -3,7 +3,11 @@
lib,
...
}: {
imports = [./file-system.nix];
imports = [
./file-system.nix
./hardware.nix
];
ooknet = {
host = {
admin = {
@ -20,27 +24,6 @@
console = {
profile = "standard";
};
hardware = {
cpu.type = "intel";
gpu.type = "intel";
features = [
"bluetooth"
"backlight"
"battery"
"ssd"
"audio"
"video"
];
monitors = [
{
primary = true;
name = "eDP-1";
width = 1920;
height = 1080;
workspace = "1";
}
];
};
};
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
system.stateVersion = lib.mkDefault "23.11";