diff options
| author | matthewcroughan <matt@croughan.sh> | 2021-09-04 11:39:14 +0100 |
|---|---|---|
| committer | Raphael Megzari <raphael@megzari.com> | 2021-09-07 18:10:55 +0900 |
| commit | 11aedaec1f545d6b02cbe5fedc79629ee1dca557 (patch) | |
| tree | 990454e7156e9bff54f0892586825f8aee93411c /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | ddc8a3a9829cb8ffd7cb321bc03c370782a55317 (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/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
