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 nixos/meshcentral: init module 2021-07-29 11:42:42 +02:00
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 nixos/geth: Change default to snap sync 2021-08-03 09:13:02 -04:00
cluster kubernetes: fix flaky test and run tests as group 2021-08-16 14:59:58 +01:00
computing nixos/services/foldingathome: Add an option to set the "nice level" (#122864) 2021-05-18 18:44:52 +02:00
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 nixos/greetd: Add greetd module (#118294) 2021-04-06 19:35:32 +00:00
editors nixos/infinoted: use port type 2021-06-18 17:32:03 +02:00
games nixos/terraria: adapt option types 2021-05-30 14:38:18 +02:00
hardware sane: Add support for the unfree Fujitsu ScanSnap drivers 2021-08-01 13:45:46 +02:00
logging nixos/promtail: Set TimeoutStopSec=10 2021-04-28 21:02:11 +02:00
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 nixos/printing: simplify filterGutenprint function 2021-03-14 11:59:00 +01:00
scheduling nixos/atd: prefer 'install' over 'mkdir/chmod/chown' 2021-05-01 15:16:19 +02:00
search elasticsearch: auto_import_dangling_indices in single-node mode 2021-09-07 12:18:16 +09:00
security nixos/hockeypuck: Add service for hockeypuck 2021-07-19 07:33:01 +02:00
system {uptimed,nixos/uptimed}: switch to /var/lib/ and fix perms 2021-07-31 01:05:44 +03:00
torrent deluge-1_x: Remove older version of Deluge (#134448) 2021-08-19 09:18:18 +02:00
ttys nixos/agetty: allow overriding the login program 2021-07-19 16:02:46 -07:00
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