Files
stubbfelnix/services/enabled.nix
2018-01-04 14:17:19 +01:00

15 lines
211 B
Nix

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