test
This commit is contained in:
parent
eae4c621db
commit
722324e865
2 changed files with 1 additions and 3 deletions
|
@ -25,8 +25,6 @@
|
||||||
./services/fail2ban.nix
|
./services/fail2ban.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Define the default sops file:
|
|
||||||
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
|
||||||
|
|
||||||
# Keep the system up-to-date automatically
|
# Keep the system up-to-date automatically
|
||||||
system = {
|
system = {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
sops.secrets.promtail-pass = {
|
sops.secrets.promtail-pass = {
|
||||||
owner = "promtail";
|
owner = "promtail";
|
||||||
sopsFile = ../secrets/secrets.yaml;
|
sopsFile = ./secrets/secrets.yaml;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Restart the unit if the secret changes
|
# Restart the unit if the secret changes
|
||||||
|
|
Loading…
Reference in a new issue