diffu/modules/nixos/default.nix

6 lines
No EOL
62 B
Nix

{ config, pkgs, ... }:
{
imports = [
./restic.nix
];
}