add mailcow

This commit is contained in:
stubbfel
2021-10-20 02:51:48 +02:00
parent 991e6d3e34
commit 132e0cf872
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget curl vim nano zsh fzf tmux git exa progress tldr htop steamcmd wget curl vim nano zsh fzf tmux git exa progress tldr htop steamcmd docker-compose
]; ];
imports = imports =

View File

@@ -18,5 +18,7 @@
./wireguard.nix ./wireguard.nix
#./mqtt.nix #./mqtt.nix
./jitsi.nix ./jitsi.nix
./docker.nix
./mailcow.nix
]; ];
} }