fix: use ipv4 for nix store
This commit is contained in:
parent
808d1e7dbe
commit
7d042665f3
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"calendar.itepastra.nl" = proxy "itepastra.nl" "http://[::1]:29341";
|
"calendar.itepastra.nl" = proxy "itepastra.nl" "http://[::1]:29341";
|
||||||
"cache.itepastra.nl" = proxy "itepastra.nl" "http://[::1]:22332";
|
"cache.itepastra.nl" = proxy "itepastra.nl" "http://127.0.0.1:22332";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue