add docker compose and domain blocks

This commit is contained in:
Cyryl Płotnicki 2019-12-31 23:48:09 +00:00
parent e29dd67acb
commit 2983411671
2 changed files with 5 additions and 0 deletions

View file

@ -13,5 +13,6 @@
unzip aria
mono calcurse file python37Packages.binwalk-full
nixops imagemagick
docker-compose
];
}

View file

@ -36,6 +36,10 @@ in
shell = pkgs.zsh;
};
networking.hosts = {
"127.0.0.1" = [ "czateria.pl" "interia.pl" ];
};
programs.light.enable = true;
programs.adb.enable = true;