diff options
| author | Max Audron <audron@cocaine.farm> | 2023-10-05 11:44:40 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2023-10-05 11:44:40 +0200 |
| commit | 5e51bae86d94aac0ace303f309befa75e536d286 (patch) | |
| tree | d1a812c055f960c70cb60726786a94034ffd5b3a /modules/default.nix | |
| parent | add and update servers (diff) | |
deploy teamspeak and quassel
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/default.nix b/modules/default.nix index 54af828..bf9787e 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -11,4 +11,8 @@ vultr = import ./vultr; wireguard = import ./wireguard; zfs = import ./zfs; + + teamspeak = import ./teamspeak; + postgresql = import ./postgresql; + quassel = import ./quassel; } |
