From 455acd7d2edc5aecf62ab6b2ee6c16360fda9980 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 17:16:32 -0800 Subject: ssh: new module for managing ssh --- modules/systems/ssh.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/systems/ssh.nix (limited to 'modules/systems') diff --git a/modules/systems/ssh.nix b/modules/systems/ssh.nix new file mode 100644 index 0000000..0ecca80 --- /dev/null +++ b/modules/systems/ssh.nix @@ -0,0 +1,5 @@ +{ + # Enable the OpenSSH daemon. + services.openssh.enable = true; + services.openssh.permitRootLogin = "yes"; +} -- cgit 1.4.1