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;

View file

@ -2,7 +2,7 @@
let
unstable = inputs.nixpkgs-nixos-unstable.legacyPackages.${pkgs.system};
in
{
{
programs.firejail.enable = true;
programs.firejail.wrappedBinaries = {
firefox = {
@ -90,4 +90,4 @@ in
zoom-us
];
};
}
}

View file

@ -5,4 +5,4 @@
ignore apparmor
ignore noexec '' + "$" + "{HOME}";
}
}