mastus: add duplicity
This commit is contained in:
parent
59e4b87363
commit
9a3a0650ed
@ -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
7
mastus/duplicity.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
environment.systemPackages = [ pkgs.duplicity ];
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user