mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
restic
This commit is contained in:
parent
b842e2a7d0
commit
019c233915
2 changed files with 2 additions and 1 deletions
|
|
@ -62,6 +62,7 @@
|
|||
sdrpp
|
||||
gqrx
|
||||
unstablePkgs.sdrangel
|
||||
restic
|
||||
];
|
||||
|
||||
services.snapper.configs.nix = {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.restic.enable = true;
|
||||
|
||||
services.restic.backups.laptop = {
|
||||
user = "death916";
|
||||
initialize = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue