WS-KCNHUB/machines/kcnhub/services/rdp.nix

4 lines
85 B
Nix

{ config, lib, pkgs, ... }: {
services.gnome.gnome-remote-desktop.enable = true;
}