mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fixed secrets path
This commit is contained in:
parent
27730ec2c0
commit
f7bc81be81
6 changed files with 22 additions and 12 deletions
|
@ -1,11 +1,11 @@
|
|||
{ config, ... }:
|
||||
{ config, secrets, ... }:
|
||||
{
|
||||
imports = [
|
||||
./backups-repos.nix
|
||||
];
|
||||
sops.secrets.borgRepoPassword = { };
|
||||
sops.secrets.borgRemoteServerPassword = {
|
||||
sopsFile = "/home/homelab/secrets/backup.yaml";
|
||||
sopsFile = "${secrets}/secrets/backup.yaml";
|
||||
};
|
||||
|
||||
services.borgbackup.jobs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue