config: remove ssh service alias

This commit is contained in:
Gabriel Arazas 2023-07-05 16:40:33 +08:00
parent 66317b18bc
commit 654f531b8d
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -223,7 +223,6 @@
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;
}; };
services.sshd.enable = lib.mkDefault true;
services.openssh.enable = lib.mkDefault true; services.openssh.enable = lib.mkDefault true;
# We're setting Guix service package with the flake-provided package. # We're setting Guix service package with the flake-provided package.