ssh: rename from openssh, update nixos module name

This commit is contained in:
Katherina Walshe-Grey 2025-02-05 19:13:10 +00:00
parent 0c327b20ea
commit 868ffd64e4
2 changed files with 4 additions and 4 deletions

View file

@ -8,10 +8,10 @@
./misc.nix
./nginx.nix
./nix.nix
./openssh.nix
./packages.nix
./sanoid.nix
./security.nix
./ssh.nix
./steam.nix
];
}

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
{
services.openssh = {
programs.ssh = {
enable = true;
settings = {
PasswordAuthentication = false;