Revert to dhcp assigned IPs. Static ones result in duplicate ping responses (?!).
This commit is contained in:
@@ -6,16 +6,6 @@
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
useDHCP = pkgs.lib.mkForce false;
|
||||
hostName = "c1";
|
||||
domain = "home.paler.net";
|
||||
interfaces.eno1.ipv4.addresses = [{
|
||||
address = "192.168.1.71";
|
||||
prefixLength = 24;
|
||||
}];
|
||||
defaultGateway = "192.168.1.1";
|
||||
nameservers = [ "192.168.1.1" ];
|
||||
};
|
||||
networking.hostName = "c1";
|
||||
services.tailscaleAutoconnect.authkey = "tskey-auth-kmFvBT3CNTRL-wUbELKSd5yhuuTwTcgJZxhPUTxKgcYKF";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user