NixOS-Config/modules/system/services/server/fileserver/local/default.nix

8 lines
54 B
Nix

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