diff options
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -160,17 +160,7 @@ | |||
160 | ''; | 160 | ''; |
161 | 161 | ||
162 | networking.interfaces = { | 162 | networking.interfaces = { |
163 | "enp1s0" = { | 163 | "wired" = { |
164 | useDHCP = false; | ||
165 | ipAddress = "10.141.4.1"; | ||
166 | prefixLength = 24; | ||
167 | }; | ||
168 | "enp2s0" = { | ||
169 | useDHCP = false; | ||
170 | ipAddress = "10.141.4.1"; | ||
171 | prefixLength = 24; | ||
172 | }; | ||
173 | "enp3s0" = { | ||
174 | useDHCP = false; | 164 | useDHCP = false; |
175 | ipAddress = "10.141.4.1"; | 165 | ipAddress = "10.141.4.1"; |
176 | prefixLength = 24; | 166 | prefixLength = 24; |