Files
nix-files/hosts/modules/services/default.nix
2024-08-07 01:33:31 +00:00

7 lines
48 B
Nix

{ ... }:
{
imports = [
./rsync-net
];
}