feat: update flake dependencies and add openssh service config
This commit is contained in:
8
nixos/tako/services/openssh.nix
Normal file
8
nixos/tako/services/openssh.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{...}: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = false;
|
||||
permitRootLogin = "prohibit-password";
|
||||
pubKeyAuthentication = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user