nixpkgs/nixos/modules/services
matthewcroughan 11aedaec1f 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>
2021-09-07 18:10:55 +09:00
..
admin
amqp rabbitmq: add option to enable management plugin 2021-08-30 18:43:09 +09:00
audio nixos/roon-bridge: fix openFirewall 2021-08-31 01:21:07 -07:00
backup Merge pull request #133716 from misuzu/syncoid-permissions 2021-08-18 08:18:56 +02:00
blockchain/ethereum
cluster kubernetes: fix flaky test and run tests as group 2021-08-16 14:59:58 +01:00
computing
continuous-integration github-runner: Allow configuring the package to use (#134661) 2021-08-24 11:23:39 +02:00
databases Merge pull request #131545 from NickCao/influxdb2 2021-08-09 10:34:53 -07:00
desktops nixos/pipewire: use absolute path for jack libs 2021-09-02 17:17:15 +03:00
development nixos/distccd: init 2021-08-29 02:58:03 -07:00
display-managers
editors
games
hardware
logging
mail nixos/postfixadmin: fix eval & pin to PHP 7.4 2021-08-24 23:50:31 +02:00
misc nixos: nix.sshServe: add write option 2021-09-07 18:10:55 +09:00
monitoring nixos/grafana: start systemd service after database 2021-08-26 07:06:59 +09:00
network-filesystems Merge pull request #136261 from happysalada/ipfs_auto_migrations 2021-08-31 09:33:20 -04:00
networking Merge pull request #134070 from malte-v/gnunet-public-tmpdir 2021-09-07 09:30:15 +02:00
printing
scheduling
search elasticsearch: auto_import_dangling_indices in single-node mode 2021-09-07 12:18:16 +09:00
security
system
torrent deluge-1_x: Remove older version of Deluge (#134448) 2021-08-19 09:18:18 +02:00
ttys
video mirakurun: build with yarn2nix 2021-09-07 12:22:59 +09:00
wayland nixos: reduce pam files rebuilds on updates 2021-08-20 23:43:30 +02:00
web-apps Merge pull request #135958 from Ma27/nextcloud-upgrade-not-found 2021-08-31 20:49:49 +02:00
web-servers nixos/httpd: add none option to logFormat 2021-08-22 10:17:28 +02:00
x11 Merge pull request #136071 from jtojnar/gnome-qpa 2021-09-02 03:06:55 +02:00