refactor: complete rewrite
This commit is contained in:
parent
19a4bbda3c
commit
8e81943cf9
399 changed files with 3396 additions and 8042 deletions
18
hosts/ooksdesk/hardware.nix
Normal file
18
hosts/ooksdesk/hardware.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
ooknet.hardware = {
|
||||
cpu.type = "amd";
|
||||
cpu.amd.pstate.enable = true;
|
||||
gpu.type = "amd";
|
||||
features = ["ssd" "audio" "video"];
|
||||
monitors = [
|
||||
{
|
||||
name = "DP-3";
|
||||
primary = true;
|
||||
width = 1920;
|
||||
height = 1080;
|
||||
refreshRate = 180;
|
||||
workspace = "1";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue