From 701ec139de44bff89690ebda689cc580862aad1f Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 4 Jul 2023 19:59:35 +0900 Subject: [PATCH] test --- services/promtail.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/promtail.nix b/services/promtail.nix index 36643c61..be56dd13 100644 --- a/services/promtail.nix +++ b/services/promtail.nix @@ -1,8 +1,6 @@ { config, pkgs, ... }: { # Promtail Logging - # Import the keys for user / pass: - imports = [ ]; # Import the file: sops.defaultSopsFile = ./secrets/secrets.yaml;