We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b4322 commit e0786b6Copy full SHA for e0786b6
nixos/roles/router/kresd/default.nix
@@ -93,7 +93,7 @@ lib.mkIf role.enable {
93
-- ensure that the hosts file can be reloaded by sighup at runtime.
94
95
local function load_private_hosts()
96
- hints.add_hosts('/etc/nixos/rfc1918-hosts')
+ hints.config('/etc/nixos/rfc1918-hosts')
97
hints.use_nodata(false)
98
end
99
0 commit comments