homeserver/restic: move module to subdirectory
This commit is contained in:
parent
b27a29dc90
commit
d8da0af6ac
3 changed files with 8 additions and 1 deletions
7
modules/nixos/services/homeserver/restic/default.nix
Normal file
7
modules/nixos/services/homeserver/restic/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./backups.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue