12 lines
139 B
Nix
12 lines
139 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports =
|
|
[
|
|
./sshd.nix
|
|
./teamspeak.nix
|
|
./nginx.nix
|
|
./gitlab.nix
|
|
];
|
|
}
|