diff options
Diffstat (limited to 'hosts/configuration.nix')
-rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |