10 lines
119 B
Nix
10 lines
119 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./base-node.nix
|
|
./glusterfs.nix
|
|
./nomad.nix
|
|
./syncthing-data.nix
|
|
];
|
|
}
|