diff options
| author | Baitinq <[email protected]> | 2022-09-09 11:41:17 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-10 20:22:31 +0200 |
| commit | 0a496cc1cf0a5fae29953e665ebf5b21b4f5fbc6 (patch) | |
| tree | fe59b9e739743e5ec081dd01c7a1031866dde10d /hosts/configuration.nix | |
| parent | ISO: Set user as nixos (diff) | |
| download | nixos-config-0a496cc1cf0a5fae29953e665ebf5b21b4f5fbc6.tar.gz nixos-config-0a496cc1cf0a5fae29953e665ebf5b21b4f5fbc6.tar.bz2 nixos-config-0a496cc1cf0a5fae29953e665ebf5b21b4f5fbc6.zip | |
Misc: Use dotfiles as flake input
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; |