hosts/mail-2: enable docker
This commit is contained in:
10
hosts/mail-2/mailcow.nix
Normal file
10
hosts/mail-2/mailcow.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
openssl
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user