Add valkyrie host

This commit is contained in:
yuri 2023-09-16 20:05:33 +02:00
parent f3385b48a2
commit 34b8dcef9c
12 changed files with 211 additions and 26 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
imports = [
./prometheus-node-exporter.nix
@ -41,7 +41,7 @@
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
PermitRootLogin = "no";
PermitRootLogin = lib.mkForce "no";
};
};