feat(configurations): use host config for monitor settings

This commit is contained in:
Mohammad Rafiq 2025-07-09 04:13:24 +08:00
parent 79c7e495c8
commit 782bbcbaa3
No known key found for this signature in database
3 changed files with 25 additions and 22 deletions

View file

@ -14,14 +14,12 @@
platform = "amd";
gpu = "nvidia";
root.drive = "/dev/disk/by-id/nvme-CT2000P3SSD8_2325E6E77434";
monitors = [
{
id = "desc:OOO AN-270W04K";
scale = "2";
resolution = "3840x2160";
refresh-rate = "60";
}
];
monitors.main = {
id = "desc:OOO AN-270W04K";
resolution = "3840x2160";
refresh-rate = "60";
scale = "2";
};
};
extraCfg.server.web-apps = {
comfy-ui.enable = true;