summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/bragi.nix b/bragi.nix
index 13fe4b40..6bccee8f 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -32,14 +32,14 @@ in rec {
32 }; 32 };
33 }; 33 };
34 34
35 interfaces = lib.genAttrs ["enp1s0" "enp2s0" "enp3s0"] { 35 interfaces = (lib.genAttrs ["enp1s0" "enp2s0" "enp3s0"] {
36 proxyARP = true; 36 proxyARP = true;
37 useDHCP = false; 37 useDHCP = false;
38 }; 38 }) // {
39 39 wlp4s0 = {
40 interfaces.wlp4s0 = { 40 proxyARP = true;
41 proxyARP = true; 41 useDHCP = true;
42 useDHCP = true; 42 };
43 }; 43 };
44 44
45 firewall = { 45 firewall = {