nixos-config/mastus/duplicity.nix

8 lines
81 B
Nix

{ config, pkgs, ... }:
{
environment.systemPackages = [ pkgs.duplicity ];
}