mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
restic
This commit is contained in:
parent
977f880eb7
commit
df54369aba
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
;
|
||||
services.restic.backups.laptop = {
|
||||
user = "death916";
|
||||
initialize = true;
|
||||
|
||||
passwordFile = "/etc/nixos/secrets/restic-auth";
|
||||
repository = "s3:backups.d8j2.or.idrivee2-38.com";
|
||||
environmentFile = "/etc/nixos/secrets/restic.env";
|
||||
paths = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue