mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 14:42:55 +00:00
addin ssh key
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user