1
0
Fork 0
forked from Bun/nixos-config
nixos-config/system/services/fileserver/local/default.nix

6 lines
54 B
Nix

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