From 29834116713b8178c5abf651c3cda5ada1adb25e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Tue, 31 Dec 2019 23:48:09 +0000 Subject: [PATCH] add docker compose and domain blocks --- nixos/cli.nix | 1 + nixos/common.nix | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/nixos/cli.nix b/nixos/cli.nix index 1f57b571..15d63e75 100644 --- a/nixos/cli.nix +++ b/nixos/cli.nix @@ -13,5 +13,6 @@ unzip aria mono calcurse file python37Packages.binwalk-full nixops imagemagick + docker-compose ]; } diff --git a/nixos/common.nix b/nixos/common.nix index 153f3501..0101b9e0 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -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;