10 lines
85 B
Nix
10 lines
85 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
#./nextcloud
|
|
./nfs
|
|
./samba
|
|
./seafile
|
|
];
|
|
}
|