Files
stubbfelnix/services/enabled.nix
2017-11-17 02:11:40 +01:00

12 lines
139 B
Nix

{ config, pkgs, ... }:
{
imports =
[
./sshd.nix
./teamspeak.nix
./nginx.nix
./gitlab.nix
];
}