add nvidia graphics card and open port 8083

This commit is contained in:
2024-11-06 14:07:05 +01:00
parent 2c35616fef
commit 6ab7ea7ff3
3 changed files with 28 additions and 3 deletions

View File

@ -1,4 +1,12 @@
{ config, lib, pkgs, ... }:
{
wayland.windowManager.hyprland.settings = {
monitor= [
"virt-1, 1920x1080@60, 0x0, 1.0"
];
env = ["WLR_BACKENDS,headless"];
};
}