14 lines
210 B
Nix
14 lines
210 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./consul.nix
|
|
./glusterfs.nix
|
|
./glusterfs-client.nix
|
|
./impermanence.nix
|
|
./nomad.nix
|
|
./sshd.nix
|
|
./user-ppetru.nix
|
|
./unattended-encryption.nix
|
|
];
|
|
}
|