This commit is contained in:
iFargle 2023-07-04 20:17:50 +09:00
parent 0e5094bd9d
commit 37c4b214ac

View file

@ -5,9 +5,9 @@
sops.defaultSopsFile = ./secrets/secrets.yaml; sops.defaultSopsFile = ./secrets/secrets.yaml;
# Define the secrets # Define the secrets
sops.secrets.promtail.user = {}; config.sops.secrets.promtail.user = {};
sops.secrets.promtail.pass = {}; config.sops.secrets.promtail.pass = {};
sops.secrets.promtail.url = {}; config.sops.secrets.promtail.url = {};
# Install the package # Install the package
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [