Add elnuhub to hosts file
This commit is contained in:
parent
b06f7eac44
commit
e6f8e074fd
1 changed files with 7 additions and 1 deletions
|
@ -7,7 +7,13 @@
|
|||
options = "--delete-generations 8d";
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
extraHosts =
|
||||
''
|
||||
192.168.0.26 elnuhub
|
||||
'';
|
||||
};
|
||||
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue