11 lines
153 B
Nix
11 lines
153 B
Nix
|
|
{ config, ... }: {
|
||
|
|
networking = {
|
||
|
|
useDHCP = true;
|
||
|
|
|
||
|
|
# extraHosts = ''
|
||
|
|
# 10.100.0.3 blossom
|
||
|
|
# 10.100.0.4 strawberry
|
||
|
|
# '';
|
||
|
|
};
|
||
|
|
}
|