nix-files/modules/default.nix
Colin 7da3d48272 migrate duplicity config to a module
this will let other machines reuse it
2022-06-10 01:30:57 -07:00

11 lines
103 B
Nix

{ ... }:
{
imports = [
./gui
./hardware
./services/duplicity.nix
./universal
];
}