hosts/mail-2: enable docker
This commit is contained in:
parent
196fcf30a0
commit
dd20c29c70
@ -5,6 +5,8 @@
|
|||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../configuration/hetzner-cloud
|
../../configuration/hetzner-cloud
|
||||||
|
|
||||||
|
./mailcow.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
|
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
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user