Files
dotfiles/home/amneesh/wayvnc.nix
Amneesh Singh 27f3b76ab7 home: natto: restart ags 10s after failure
Signed-off-by: Amneesh Singh <amneesh@ti.com>
2025-08-28 18:49:02 +05:30

14 lines
159 B
Nix

{
...
}:
{
services.wayvnc = rec {
enable = true;
autoStart = enable;
settings = {
address = "0.0.0.0";
port = 5901;
};
};
}