mastus: add duplicity
This commit is contained in:
parent
59e4b87363
commit
9a3a0650ed
@ -6,6 +6,7 @@
|
|||||||
/etc/nixos/hardware-configuration.nix
|
/etc/nixos/hardware-configuration.nix
|
||||||
../basic-tools.nix
|
../basic-tools.nix
|
||||||
./backup.nix
|
./backup.nix
|
||||||
|
./duplicity.nix
|
||||||
|
|
||||||
./mail.nix
|
./mail.nix
|
||||||
./www.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