add docker compose and domain blocks
This commit is contained in:
parent
e29dd67acb
commit
2983411671
2 changed files with 5 additions and 0 deletions
|
@ -13,5 +13,6 @@
|
|||
unzip aria
|
||||
mono calcurse file python37Packages.binwalk-full
|
||||
nixops imagemagick
|
||||
docker-compose
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue