ookst480s: update host modules
This commit is contained in:
parent
033588cb19
commit
4ac9af3ca8
5 changed files with 54 additions and 88 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue