cleanup
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
restic
|
||||
restic-browser
|
||||
restic-integrity
|
||||
];
|
||||
|
||||
services.restic.backups = {
|
||||
jallen-nas = {
|
||||
initialize = true;
|
||||
|
||||
Reference in New Issue
Block a user