Skip to content

Commit bfa148a

Browse files
committed
fix(networking): updated static ip
1 parent 594c777 commit bfa148a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hosts/pc/networking.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _:
44
defaultGateway = "192.168.1.1";
55
interfaces.eno1 = {
66
ipv4.addresses = [{
7-
address = "192.168.1.169";
7+
address = "192.168.1.167";
88
prefixLength = 24;
99
}];
1010
};

0 commit comments

Comments
 (0)