From ef1123869a87984c60e72c17f6b89b8803730cbc Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 9 Sep 2022 11:41:17 +0200 Subject: Misc: Use dotfiles as flake input --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/configuration.nix') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 82af20b..d9215d9 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -38,7 +38,7 @@ networking = { hostName = hostname; # Define your hostname. - extraHosts = builtins.readFile ../dotfiles/hosts; + extraHosts = builtins.readFile "${inputs.dotfiles}/hosts"; nameservers = [ "9.9.9.9" ]; firewall = { enable = true; -- cgit 1.4.1