Initial commit
This commit is contained in:
11
services/enabled.nix
Normal file
11
services/enabled.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./sshd.nix
|
||||
./teamspeak.nix
|
||||
./nginx.nix
|
||||
./gitlab.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user