diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/arrakis/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index ecf0cf4..1c49d12 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -46,6 +46,10 @@ ]; networking = { + defaultGateway = { + address = "192.168.1.1"; + interface = "wlp5s0"; + }; hostId = "2ae4c89f"; hostName = "arrakis"; interfaces = { |