fix(Infini-SERVER): enable DHCP for ethernet interface

This commit is contained in:
Infinidoge 2022-02-16 23:29:12 -05:00
parent 71010cf27d
commit 965a6c3782

View file

@ -24,6 +24,10 @@
soft-serve.enable = true;
};
networking.interfaces = {
enp0s25.useDHCP = true;
};
environment.persistence."/persist" = {
directories = [
"/home"