feat(restic): limit resource usage
This commit is contained in:
parent
436ba2719f
commit
b57b2293ca
2 changed files with 21 additions and 0 deletions
services/restic
|
@ -1,6 +1,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../../modules/restic.nix ];
|
||||
|
||||
age.secrets.restic-b2.file = ../../secrets/restic/b2.age;
|
||||
age.secrets.restic-password.file = ../../secrets/restic/password.age;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue