addin ssh key

This commit is contained in:
2023-11-21 13:51:19 +00:00
parent 861cb15904
commit 6fa6aef97b

View File

@@ -39,8 +39,11 @@
environment.systemPackages = [ environment.systemPackages = [
pkgs.git pkgs.git
pkgs.ncdu pkgs.ncdu
pkgs.killall
]; ];
config.networking.search = ["node.dc1.consul" "service.dc1.consul"]
services.openssh = { services.openssh = {
enable = true; enable = true;
settings.PermitRootLogin = "yes"; settings.PermitRootLogin = "yes";