implement backup module and use on ytnix

This commit is contained in:
cy 2024-12-30 21:54:25 -05:00
parent 71ced36b83
commit f23cc43287
5 changed files with 129 additions and 55 deletions

5
modules/default.nix Normal file
View file

@ -0,0 +1,5 @@
{...}: {
imports = [
./backup.nix
];
}