summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authormatthewcroughan <matt@croughan.sh>2021-09-04 11:39:14 +0100
committerRaphael Megzari <raphael@megzari.com>2021-09-07 18:10:55 +0900
commit11aedaec1f545d6b02cbe5fedc79629ee1dca557 (patch)
tree990454e7156e9bff54f0892586825f8aee93411c /pkgs/development/python-modules/python-mapnik
parentddc8a3a9829cb8ffd7cb321bc03c370782a55317 (diff)
nixos: nix.sshServe: add write option
Adds the ability to provide the --write flag in addition to the --serve flag via a new option, services.sshServe.write. A user can now share their system as a remote builder with friends easily as follows: { nix = { sshServe = { enable = true; write = true; keys = ["ssh-dss AAAAB3NzaC1k... alice@example.org"]; }; }; } Co-authored-by: Raphael Megzari <raphael@megzari.com>
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions