mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +02:00
my router decided to change IPs from 192.168.1.* to 192.168.0.* ¯\_(ツ)_/¯
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
32505a63bd
commit
8cc9d37ad0
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ in {
|
|||
networkmanager.enable = true;
|
||||
|
||||
hosts = {
|
||||
"192.168.1.221" = [ "pi" "pi-master" ];
|
||||
"192.168.0.221" = [ "pi" "pi-master" ];
|
||||
};
|
||||
|
||||
nameservers = [
|
||||
|
|
Loading…
Reference in a new issue