This commit is contained in:
death916 2025-11-06 02:24:28 -08:00
parent b842e2a7d0
commit 019c233915
2 changed files with 2 additions and 1 deletions

View file

@ -62,6 +62,7 @@
sdrpp
gqrx
unstablePkgs.sdrangel
restic
];
services.snapper.configs.nix = {

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
services.restic.enable = true;
services.restic.backups.laptop = {
user = "death916";
initialize = true;