fix(Infini-SERVER): enable DHCP for ethernet interface
This commit is contained in:
parent
71010cf27d
commit
965a6c3782
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@
|
|||
soft-serve.enable = true;
|
||||
};
|
||||
|
||||
networking.interfaces = {
|
||||
enp0s25.useDHCP = true;
|
||||
};
|
||||
|
||||
environment.persistence."/persist" = {
|
||||
directories = [
|
||||
"/home"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue