mastus: add duplicity

This commit is contained in:
Gabriel Ebner 2018-12-17 15:52:26 +01:00
parent 59e4b87363
commit 9a3a0650ed
2 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,7 @@
/etc/nixos/hardware-configuration.nix
../basic-tools.nix
./backup.nix
./duplicity.nix
./mail.nix
./www.nix

7
mastus/duplicity.nix Normal file
View File

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
environment.systemPackages = [ pkgs.duplicity ];
}