add restic binary on bolty

This commit is contained in:
Cyryl Płotnicki 2022-01-25 22:27:36 +00:00
parent 0e7e64aac2
commit 7e0c8ca020
3 changed files with 88 additions and 88 deletions

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [ restic ];
networking.firewall.allowedTCPPorts = [ 8000 ];
services.restic.server = {
enable = true;