Skip to content

Commit

Permalink
update hosts/hk-47
Browse files Browse the repository at this point in the history
  • Loading branch information
ksevelyar committed Apr 24, 2023
1 parent e375a6e commit 4371414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/hk47.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ args@{ config, lib, pkgs, ... }:

# net
networking.hostName = "hk47";
networking.interfaces.enp4s0.useDHCP = true;
networking.interfaces.enp5s0.useDHCP = true;
networking.useDHCP = false;
networking.networkmanager.enable = false; # run nmtui for wi-fi
networking.networkmanager.enable = true; # run nmtui for wi-fi
networking.wireguard.interfaces = {
skynet = {
ips = [ "192.168.42.47" ];
Expand Down

0 comments on commit 4371414

Please sign in to comment.