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 ./misc.nix
./nginx.nix ./nginx.nix
./nix.nix ./nix.nix
./openssh.nix
./packages.nix ./packages.nix
./sanoid.nix ./sanoid.nix
./security.nix ./security.nix
./ssh.nix
./steam.nix ./steam.nix
]; ];
} }

View file

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