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

8 lines
54 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
{
imports = [
./nfs
./samba
];
}