feat(configurations): use host config for monitor settings
This commit is contained in:
parent
79c7e495c8
commit
782bbcbaa3
3 changed files with 25 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue