move restic to nixosModules
This commit is contained in:
parent
9bec6270ef
commit
9986100945
4 changed files with 10 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
imports = [
|
||||
./restic.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue