sourcephile
/
git
/
julm
/
julm-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
login: use yescrypt crypt-method
[julm/julm-nix.git]
/
hosts
/
aubergine
/
networking
/
ethernet.nix
diff --git
a/hosts/aubergine/networking/ethernet.nix
b/hosts/aubergine/networking/ethernet.nix
index b8463256e2390d1527fc3b323c31c7896096a4a6..c6c55a0e2248e6b5e65fdd1b3eb25c32eee69860 100644
(file)
--- a/
hosts/aubergine/networking/ethernet.nix
+++ b/
hosts/aubergine/networking/ethernet.nix
@@
-1,11
+1,6
@@
{ lib, ... }:
with (import ./names-and-numbers.nix);
{
- services.dnscrypt-proxy2.settings.listen_addresses = [
- "${eth1IPv4}.1:53"
- "${eth2IPv4}.1:53"
- "${eth3IPv4}.1:53"
- ];
networking.interfaces = {
${eth1Iface} = {
useDHCP = false;