7 lines
129 B
Nix
7 lines
129 B
Nix
|
{ config, ... }: {
|
||
|
networking.hosts = {
|
||
|
"192.168.1.246" = [ "gagarin.local" ];
|
||
|
"192.168.1.165" = [ "pi.hole" ];
|
||
|
};
|
||
|
}
|