Change hostname from nixos to elnupad
This commit is contained in:
parent
1ba29d7e22
commit
e2d7b7ce99
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# networking.hostName = "elnupad"; # Define your hostname.
|
networking.hostName = "elnupad"; # Define your hostname.
|
||||||
# Pick only one of the below networking options.
|
# Pick only one of the below networking options.
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||||
|
|
Loading…
Add table
Reference in a new issue