This commit is contained in:
iFargle 2023-07-05 13:33:20 +09:00
parent eae4c621db
commit 722324e865
2 changed files with 1 additions and 3 deletions

View file

@ -25,8 +25,6 @@
./services/fail2ban.nix
];
# Define the default sops file:
sops.defaultSopsFile = ./secrets/secrets.yaml;
# Keep the system up-to-date automatically
system = {

View file

@ -3,7 +3,7 @@
sops.secrets.promtail-pass = {
owner = "promtail";
sopsFile = ../secrets/secrets.yaml;
sopsFile = ./secrets/secrets.yaml;
};
# Restart the unit if the secret changes