nixos-config/machines/weilite/services/default.nix

7 lines
55 B
Nix
Raw Normal View History

2024-09-14 08:33:01 +00:00
{
imports = [
./ocis.nix
./restic.nix
];
}