move use dhcp
This commit is contained in:
parent
c74e827255
commit
e0346fadb4
3 changed files with 3 additions and 8 deletions
|
@ -5,10 +5,7 @@
|
||||||
|
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
|
|
||||||
networking = {
|
networking.hostName = "ellaca";
|
||||||
hostName = "ellaca";
|
|
||||||
useDHCP = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
initrd = {
|
initrd = {
|
||||||
|
|
|
@ -5,10 +5,7 @@
|
||||||
|
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
|
|
||||||
networking = {
|
networking.hostName = "pleniscenta";
|
||||||
hostName = "pleniscenta";
|
|
||||||
useDHCP = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
initrd = {
|
initrd = {
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
documentation.nixos.enable = false;
|
documentation.nixos.enable = false;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
useDHCP = true;
|
||||||
wireless.iwd.enable = true;
|
wireless.iwd.enable = true;
|
||||||
extraHosts =
|
extraHosts =
|
||||||
''
|
''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue