ssh: rename from openssh, update nixos module name
This commit is contained in:
parent
0c327b20ea
commit
868ffd64e4
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.openssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
Loading…
Reference in a new issue