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

6 lines
46 B
Nix

{...}: {
imports = [
./samba.nix
];
}