mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 06:32:08 +00:00
addin ssh key
This commit is contained in:
@@ -39,8 +39,11 @@
|
||||
environment.systemPackages = [
|
||||
pkgs.git
|
||||
pkgs.ncdu
|
||||
pkgs.killall
|
||||
];
|
||||
|
||||
config.networking.search = ["node.dc1.consul" "service.dc1.consul"]
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PermitRootLogin = "yes";
|
||||
|
||||
Reference in New Issue
Block a user