fixed https://github.com/NixOS/nixpkgs/issues/398172 in nixpkgs fork.
just waiting for https://github.com/NixOS/nixpkgs/pull/398536 to get reviewed and merged.
This commit is contained in:
parent
357f6ae2f6
commit
90fe4a9ad0
4 changed files with 9 additions and 9 deletions
|
@ -12,7 +12,7 @@ in {
|
|||
sopsFile = "${inputs.nix-secrets}/restic-server";
|
||||
format = "binary";
|
||||
# TODO: fix https://github.com/NixOS/nixpkgs/issues/398172 to remove this.
|
||||
path = "/backup/restic/.htpasswd";
|
||||
# path = "/backup/restic/.htpasswd";
|
||||
owner = "restic";
|
||||
};
|
||||
secrets.restic-url = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue