nixos-config/system/services/fileserver/local/default.nix

6 lines
54 B
Nix

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