diff --git a/configuration.nix b/configuration.nix index 6dc9df4c..989fea8c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -25,6 +25,7 @@ ./services/fail2ban.nix ]; + # Keep the system up-to-date automatically system = { autoUpgrade = { diff --git a/services/promtail.nix b/services/promtail.nix index ac38fa44..263bb404 100644 --- a/services/promtail.nix +++ b/services/promtail.nix @@ -1,6 +1,16 @@ { config, pkgs, ... }: { # Promtail Logging + # Import the keys for user / pass: + imports = [