Update nixos/modules/services/networking/xrdp.nix

Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
main
Kevin Tran 3 years ago committed by GitHub
parent 9c478c1995
commit 1906561f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nixos/modules/services/networking/xrdp.nix

@ -98,7 +98,7 @@ in
};
confDir = mkOption {
type = types.package;
type = types.path;
default = confDir;
description = "The location of the config files for xrdp.";
};

Loading…
Cancel
Save