move restic to nixosModules

This commit is contained in:
xinyangli 2023-12-02 01:33:20 +08:00
parent 9bec6270ef
commit 9986100945
4 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,6 @@
{ config, pkgs, ... }:
{
imports = [
./restic.nix
];
}