diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-09 11:41:17 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-10 20:22:31 +0200 |
commit | ef1123869a87984c60e72c17f6b89b8803730cbc (patch) | |
tree | 0e98d54eab906200d712a30e7c1ef906c066adb3 /hosts/configuration.nix | |
parent | ISO: Set user as nixos (diff) | |
download | nixos-config-ef1123869a87984c60e72c17f6b89b8803730cbc.tar.gz nixos-config-ef1123869a87984c60e72c17f6b89b8803730cbc.tar.bz2 nixos-config-ef1123869a87984c60e72c17f6b89b8803730cbc.zip |
Misc: Use dotfiles as flake input
Diffstat (limited to '')
-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; |