Skip to content

Instantly share code, notes, and snippets.

{ lib, config, options, pkgs, ... }:
with lib;
let cfg = config.services.chrome-remote-desktop;
in {
options.services.chrome-remote-desktop = {
enable = mkEnableOption "Chrome Remote Desktop";
user = mkOption {
type = types.str;
description = ''
A user which the service will run as.