From 701cbf5a03a73dd1d06ec65f20750bcb041df555 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 24 Dec 2020 13:35:18 +0530 Subject: Moves some applications and config to homenix --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 27759b2..0d6d454 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,7 +11,7 @@ in { ./hardware-configuration.nix ./packages.nix - ./overlays/default.nix + ./overlays-system.nix ./login.nix ]; @@ -24,6 +24,7 @@ in { networking = { hostName = "dickhead"; networkmanager.enable = true; + extraHosts = ''''; }; virtualisation.docker.enable = true; -- cgit v1.3.1