infra/nixos/hosts/eidola/services/default.nix

6 lines
46 B
Nix
Raw Normal View History

2024-12-21 23:24:33 -06:00
{...}: {
imports = [
./samba.nix
];
}