nixpkgs/nixos/modules
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
..
config nixos/fonts: fixup dd38ae1f 2021-08-29 11:03:13 +02:00
hardware nixos/nvidia: remove extra space 2021-09-01 08:57:33 -04:00
i18n/input-method nixos/fcitx5: autostart with xserver 2021-06-05 09:22:58 +08:00
installer lib/modules: add mkImageMediaOverride 2021-08-03 18:28:14 -05:00
misc kexec-tools: rename from kexectools to match the project name 2021-09-03 10:17:21 -04:00
profiles NixOS AWS AMI: enable the serial console on ttyS0 2021-08-20 12:42:02 -04:00
programs modules/programs/command-not-found: Fix ShellCheck warnings 2021-09-06 08:49:34 +09:00
security apparmor: Fix cups-client typo 2021-08-23 00:50:15 -07:00
services nixos: nix.sshServe: add write option 2021-09-07 18:10:55 +09:00
system kexec-tools: rename from kexectools to match the project name 2021-09-03 10:17:21 -04:00
tasks Merge pull request #135315 from johnjameswhitman/johnjameswhitman/fix-wlan-sub-interfaces 2021-09-02 09:37:04 +02:00
testing treewide: use perl.withPackages when possible 2021-03-31 21:35:37 +02:00
virtualisation NixOS/amazonImageZfs: init 2021-08-25 10:42:35 -04:00
module-list.nix Merge pull request #135182 from lovesegfault/nixos-distcc 2021-09-02 20:41:28 +00:00
rename.nix quagga: remove 2021-04-22 12:48:48 +02:00