From 93d6047f5ee5dfca7304845a3b76f0510378511c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Tue, 4 Feb 2020 13:00:46 +0000 Subject: [PATCH] Add more blocks --- nixos/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common.nix b/nixos/common.nix index 9332f7d7..30fe80d8 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -36,7 +36,7 @@ in }; networking.hosts = { - "127.0.0.1" = [ "czateria.pl" "interia.pl" ]; + "127.0.0.1" = [ "czateria.pl" "interia.pl" "czateria.interia.pl"]; }; programs.light.enable = true;