nix-config/modules/nixos-modules/server/network_storage/default.nix

6 lines
63 B
Nix

{
imports = [
./network_storage.nix
./nfs.nix
];
}