added etesync

This commit is contained in:
Alexander Szczepanski
2021-12-02 08:42:29 +01:00
parent 2bdb4244b3
commit 527b387c2e
23 changed files with 743 additions and 59 deletions

View File

@ -2,7 +2,10 @@
{
virtualisation = {
docker.enable = true;
docker = {
enable = true;
extraOptions = "--metrics-addr='127.0.0.1:9323' --experimental";
};
};
environment.systemPackages = with pkgs; [