homeserver/restic: move module to subdirectory

This commit is contained in:
wo2wz 2025-11-22 16:39:53 -05:00
parent b27a29dc90
commit d8da0af6ac
3 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,7 @@
{ config, ... }:
{
imports = [
./backups.nix
];
}