This commit is contained in:
iFargle 2023-07-04 19:59:35 +09:00
parent 41e4bcfa39
commit 701ec139de

View file

@ -1,8 +1,6 @@
{ config, pkgs, ... }: { { config, pkgs, ... }: {
# Promtail Logging # Promtail Logging
# Import the keys for user / pass:
imports = [ <sops-nix/modules/sops> ];
# Import the file: # Import the file:
sops.defaultSopsFile = ./secrets/secrets.yaml; sops.defaultSopsFile = ./secrets/secrets.yaml;