nixos-config/modules/restic/default.nix
Simon Bruder 83f1c69713
restic/system: Constantly use system for naming
In the future I may create add other backup jobs, so it should be clear,
that this only backs up the system.
2021-02-28 12:22:43 +01:00

6 lines
40 B
Nix

{
imports = [
./system.nix
];
}