From efb15af5bfb82e79235d9303b20ee6ee74e64c61 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 11 Nov 2022 08:34:46 -0300 Subject: etc/guix/system.scm: Enable OpenSSH service --- etc/guix/system.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/guix/system.scm b/etc/guix/system.scm index e6dddc2e..5cb8c12a 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -10,6 +10,7 @@ (gnu services pm) (gnu services security-token) (gnu services sound) + (gnu services ssh) (gnu services virtualization) (gnu services vpn) (gnu services xorg) @@ -105,6 +106,9 @@ (web-interface? #t) (extensions (list epson-L365)))) + (service openssh-service-type + (openssh-configuration + (password-authentication? #f))) #; (udev-rules-service 'backlight -- cgit v1.3