6 lines
No EOL
62 B
Nix
6 lines
No EOL
62 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./restic.nix
|
|
];
|
|
} |